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
Declared | Description |
---|---|
Nominal = 0 | Measurement returns uniformly distributed random values between 0 and max |
FaultStuck = 1 | Sensor measurement is set to current value for all future time |
FaultMax = 2 | Sensor measurement is set to maximum value for all future time |
FaultRandom = 3 | Sensor measurement is set to randomly selected value for all future time |
FaultOff = 4 | Sensor measurement is set to 0 for all future time |