Click or drag to resize
Grid Solutions Framework

PIOutputAdapterIEEEC37118DigitalStates Property

Gets or sets the comma separated digital state set names for IEEE C37.118 status states. Specify digital state set name for each of the following digital states using value of 'X' (without quotes) as the name to indicate state is not mapped: CompositeQual, ConfigChange, ConnectState, DataSorting, DataValid, LeapSecond, NominalFreq, PMUError, SyncError, Timelock, TimeQuality, and Trigger. If digital state sets are predefined, state values are expected to be zero based and incremented by one for each value. If specified digital set name does not exist, it will be created.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("C37118_CompositeQual,C37118_ConfigChange,C37118_ConnectState,C37118_DataSorting,C37118_DataValid,C37118_LeapSecond,C37118_NominalFreq,C37118_PMUError,C37118_SyncError,C37118_Timelock,C37118_TimeQuality,C37118_Trigger")]
public string IEEEC37118DigitalStates { get; set; }
View Source

Property Value

String
See Also