|
|
FAULT_
|
[FlagsAttribute] public enum FAULT_LIST_FLAGS
| Member name | Value | Description |
|---|---|---|
| MASK_FAULT | 1 | |
| MASK_UNDER | 16 | |
| MASK_OVER | 32 | |
| MASK_SLOPE | 64 | |
| MASK_LIMIT | 128 | |
| MSK_ZERO | 256 | |
| MSK_POS_OVER | 512 | |
| MSK_POS_UNDER | 1,024 | |
| MSK_NEG | 2,048 | |
| MSK_FREQ | 4,096 | |
| MSK_HARM | 8,192 | |
| MSK_SWING | 16,384 | |
| MSK_PWR | 32,768 |
The FAULT_LIST_FLAGS type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |