|
|
Phasor
|
[SerializableAttribute] public enum PhasorProtocol
| Member name | Value | Description |
|---|---|---|
| IEEEC37_118V2 | 0 | IEEE C37.118.2-2011 protocol. |
| IEEEC37_118V1 | 1 | IEEE C37.118-2005 protocol. |
| IEEEC37_118D6 | 2 | IEEE C37.118, draft 6 protocol. |
| IEEE1344 | 3 | IEEE 1344-1995 protocol. |
| BPAPDCstream | 4 | BPA PDCstream protocol. |
| FNET | 5 | UTK F-NET protocol. |
| SelFastMessage | 6 | SEL Fast Message protocol. |
| Macrodyne | 7 | Macrodyne protocol. |
| IEC61850_90_5 | 8 | IEC 61850-90-5 protocol. |
| SelCWS | 9 | SEL CWS protocol. |
The PhasorProtocol 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) | |
| GetFormattedProtocolName |
Returns display friendly protocol name.
(Defined by Common) |