Click or drag to resize

TimeQualityIndicatorCode Enumeration

Time quality indicator code enumeration.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-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.
See Also