|
|
Operational
|
[SerializableAttribute] [FlagsAttribute] public enum OperationalLimitFlags
| Member name | Value | Description |
|---|---|---|
| NoFlags | 0 | No flags. |
| VMinLimitReached | 1 | VMIN operations limit reached. |
| VMaxLimitReached | 2 | VMAX operations limit reached. |
| AngdLimitReached | 4 | ANGD operations limit reached. |
| FreqLimitReached | 8 | FREQ operations limit reached. |
| DtDtLimitReached | 16 | DFDT operations limit reached. |
| LncmLimitReached | 32 | LNCM operations limit reached. |
| NotUsed1 | 64 | Bit not used (undefined bit 1). |
| NotUsed2 | 128 | Bit not used (undefined bit 2). |
The OperationalLimitFlags 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) |