Enum in Zendir.Classes


Description

Defines the output definition for component availability for any sensor. This can be used by certain sensors to obstruct the value that is produced by the sensor.


Properties

DeclaredDescription
Nominal = 0Measurement returns uniformly distributed random values between 0 and max
FaultStuck = 1Sensor measurement is set to current value for all future time
FaultMax = 2Sensor measurement is set to maximum value for all future time
FaultRandom = 3Sensor measurement is set to randomly selected value for all future time
FaultOff = 4Sensor measurement is set to 0 for all future time