Enum CSSFaultState
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
Enumeration used to define the output definition for component availability
public enum CSSFaultState
Fields
CSSFAULT_NOMINAL = 0
CSS measurement returns uniformly distributed random values between 0 and max
CSSFAULT_OFF = 6
CSS measurement is set to 0 for all future time
CSSFAULT_RAND = 5
CSS measurement returns uniformly distributed random values between 0 and max
CSSFAULT_STUCK = 4
CSS measurement is set to percent value for all future time
CSSFAULT_STUCK_CURRENT = 1
CSS measurement is set to current value for all future time
CSSFAULT_STUCK_MAX = 2
CSS measurement is set to maximum value for all future time
CSSFAULT_STUCK_RAND = 3
CSS measurement is set to randomly selected value for all future time
MAX_CSSFAULT = 7
CSS Maximum Fault state that the sensor can be in