Skip to main content

Enum SimulationBehavior

Represents different simulation behaviors for a simulated sensor.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum SimulationBehavior

Fields

None

The sensor does not support any internal simulation behavior

View Source
Declaration
None = 0

RandomWalk

Simulates a random walk behavior for the sensor's value.

View Source
Declaration
RandomWalk = 1

Sawtooth

Simulates a sawtooth waveform behavior for the sensor's value.

View Source
Declaration
Sawtooth = 2

Sine

Simulates a sine waveform behavior for the sensor's value.

View Source
Declaration
Sine = 3