Click or drag to resize

TimeQualityIndicatorCode Enumeration

Time quality indicator code enumeration.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
public enum TimeQualityIndicatorCode
Members
Member nameValueDescription
Locked0 0000 - 0x0: Normal operation, clock locked.
UnlockedWithinPoint000000001Seconds16,777,216 0001 - 0x1: Clock unlocked, time within 10^-9 s.
UnlockedWithinPoint00000001Seconds33,554,432 0010 - 0x2: Clock unlocked, time within 10^-8 s.
UnlockedWithinPoint0000001Seconds50,331,648 0011 - 0x3: Clock unlocked, time within 10^-7 s.
UnlockedWithinPoint000001Seconds67,108,864 0100 - 0x4: Clock unlocked, time within 10^-6 s.
UnlockedWithinPoint00001Seconds83,886,080 0101 - 0x5: Clock unlocked, time within 10^-5 s.
UnlockedWithinPoint0001Seconds100,663,296 0110 - 0x6: Clock unlocked, time within 10^-4 s.
UnlockedWithinPoint001Seconds117,440,512 0111 - 0x7: Clock unlocked, time within 10^-3 s.
UnlockedWithinPoint01Seconds134,217,728 1000 - 0x8: Clock unlocked, time within 10^-2 s.
UnlockedWithinPoint1Seconds150,994,944 1001 - 0x9: Clock unlocked, time within 10^-1 s.
UnlockedWithin1Second167,772,160 1010 - 0xA: Clock unlocked, time within 10^0 s.
UnlockedWithin10Seconds184,549,376 1011 - 0xB: Clock unlocked, time within 10^1 s.
Failure251,658,240 1111 - 0xF: Fault--clock failure, time not reliable.

The TimeQualityIndicatorCode type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription 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)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also