Click or drag to resize
Grid Solutions Framework

C37118DigitalStateSets Structure

Defines the available digital state sets for IEEE C37.118 connection states, quality and status word bits.
Inheritance Hierarchy
SystemObject
  SystemValueType
    PIAdaptersC37118DigitalStateSets

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
public readonly struct C37118DigitalStateSets

The C37118DigitalStateSets type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldStatic memberCompositeQual Represents the composite quality status digital state.
Public fieldStatic memberConfigChange Represents the configuration change status bit digital state.
Public fieldStatic memberConnectState Represents the connect state status bit digital state.
Public fieldStatic memberDataSorting Represents the data sorting status bit digital state.
Public fieldStatic memberDataValid Represents the data valid status bit digital state.
Public fieldStatic memberLeapSecond Represents the leap second status bits digital state.
Public fieldStatic memberNominalFreq Represents the nominal frequency status bit digital state.
Public fieldStatic memberPMUError Represents the PMU error status bit digital state.
Public fieldStatic memberSyncError Represents the time sync error status bit digital state.
Public fieldStatic memberTimelock Represents the timelock status bits digital state.
Public fieldStatic memberTimeQuality Represents the time quality status bits digital state.
Public fieldStatic memberTrigger Represents the trigger status bits digital state.
Top
Remarks
These digital state sets are used to expand the status word bits into individual digital tags as well as other pertinent information related to an IEEE C37.118 connection. These digital state sets are based on, and are compatible with, the digital state sets defined for the IEEE C37.118 Interface to the PI System.
See Also