TimeQuality Enumeration

Unlocked time enumeration.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
[SerializableAttribute]
public enum TimeQuality

Members

Unavailable0 Not used (indicates code from previous version of profile)
ErrorLessThan100ns64 Estimated maximum time error < 100ns.
ErrorLessThan1μs128 Estimated maximum time error < 1μs.
ErrorLessThan10μs192 Estimated maximum time error < 10μs.
ErrorLessThan100μs256 Estimated maximum time error < 100μs.
ErrorLessThan1ms320 Estimated maximum time error < 1ms.
ErrorLessThan10ms384 Estimated maximum time error < 10ms.
ErrorGreaterThan10ms448 Estimated maximum time error > 10ms or time error unknown.

See Also