|
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: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-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; }
<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 Property IEEEC37118DigitalStates As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"C37118_CompositeQual,C37118_ConfigChange,C37118_ConnectState,C37118_DataSorting,C37118_DataValid,C37118_LeapSecond,C37118_NominalFreq,C37118_PMUError,C37118_SyncError,C37118_Timelock,C37118_TimeQuality,C37118_Trigger")]
property String^ IEEEC37118DigitalStates {
String^ get ();
void set (String^ value);
}
[<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")>]
member IEEEC37118DigitalStates : string with get, set
function get_IEEEC37118DigitalStates();
function set_IEEEC37118DigitalStates(value);
View SourceProperty Value
StringSee Also