Phasor data protocols enumeration.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum PhasorProtocol
<SerializableAttribute> _ Public Enumeration PhasorProtocol
[SerializableAttribute] public enum class PhasorProtocol
Members
Member | Description |
---|---|
IeeeC37_118V2 |
IEEE C37.118-2011, R2 protocol.
|
IeeeC37_118V1 |
IEEE C37.118-2005 protocol.
|
IeeeC37_118D6 |
IEEE C37.118, draft 6 protocol.
|
Ieee1344 |
IEEE 1344-1995 protocol.
|
BpaPdcStream |
BPA PDCstream protocol.
|
FNet |
Virgina Tech F-NET protocol.
|
SelFastMessage |
SEL Fast Message protocol.
|
Macrodyne |
Macrodyne protocol.
|
GetFormattedProtocolName |
Returns display friendly protocol name.
|