Enum SimulationBehavior
Represents different simulation behaviors for a simulated sensor.
Assembly: Meadow.Contracts.dll
View Source
public enum SimulationBehavior
Fields
None
The sensor does not support any internal simulation behavior
View Source
None = 0
RandomWalk
Simulates a random walk behavior for the sensor's value.
View Source
RandomWalk = 1
Sawtooth
Simulates a sawtooth waveform behavior for the sensor's value.
View Source
Sawtooth = 2
Sine
Simulates a sine waveform behavior for the sensor's value.
View Source
Sine = 3