Click or drag to resize

TimeQualityIndicatorCode Enumeration

Schema time quality indicator code.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.282-beta
Syntax
public enum TimeQualityIndicatorCode
Members
Member nameValueDescription
Locked0 Clock locked, Normal operation.
UnlockedPoint000000001Seconds1 Clock unlocked, time within 10^-9s.
UnlockedPoint00000001Seconds2 Clock unlocked, time within 10^-8s.
UnlockedPoint0000001Seconds3 Clock unlocked, time within 10^-7s.
UnlockedPoint000001Seconds4 Clock unlocked, time within 10^-6s.
UnlockedPoint00001Seconds5 Clock unlocked, time within 10^-5s.
UnlockedPoint0001Seconds6 Clock unlocked, time within 10^-4s.
UnlockedPoint001Seconds7 Clock unlocked, time within 10^-3s.
UnlockedPoint01Seconds8 Clock unlocked, time within 10^-2s.
UnlockedPoint1Seconds9 Clock unlocked, time within 10^-1s.
Unlocked1Second10 Clock unlocked, time within 10^0s.
Unlocked10Seconds11 Clock unlocked, time within 10^1s.
Failure15 Clock fault, 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