|
|
Format
|
[SerializableAttribute] [FlagsAttribute] public enum FormatFlags
| Member name | Value | Description |
|---|---|---|
| NoFlags | 0 | No flags. |
| DigitalWordsMask | 15 | Digital words mask. |
| Coordinates | 16 | Phasor coordinate format: Set = polar, Clear = rectangular. |
| Phasors | 32 | Phasor data format: Set = float, Clear = integer. |
| Analog | 64 | Analog data format: Set = float, Clear = integer. |
| Frequency | 128 | Frequency data format: Set = float, Clear = integer. |
The FormatFlags 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) |