ChannelFlags Enumeration
Channel flags enumeration.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags = function();
Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags.createEnum('Gemstone.PhasorProtocols.BPAPDCstream.ChannelFlags', true);
NoFlags | 0 |
No flags.
|
TimestampIncluded | 1 |
Timestamp included if not set (yes = 0).
|
MacrodyneFormat | 2 |
Macrodyne or IEEE format (Macrodyne = 1).
|
PdcExchangeFormat | 4 |
PDC format if set (yes = 1).
|
DataSortedByTimestamp | 8 |
Sorted by timestamp if not set (yes = 0).
|
DataSortedByArrival | 16 |
Data out of sync if set (yes = 1).
|
PmuSynchronized | 32 |
Not sync'd if set (yes = 0).
|
TransmissionErrors | 64 |
Errors if set (yes = 1).
|
DataIsValid | 128 |
Valid if not set (yes = 0).
|