Click or drag to resize
Grid Solutions Framework

PIOutputAdapterIEEEC37118TagNameExpressions Property

Gets or sets the semicolon separated tag naming expressions for IEEE C37.118 status states. Specify tag naming expression for each of the following digital states: CompositeQual, ConfigChange, ConnectState, DataSorting, DataValid, LeapSecond, NominalFreq, PMUError, SyncError, Timelock, TimeQuality, and Trigger. Expression can be left blank if no digital state name is mapped for the corresponding state in IEEEC37118DigitalStates.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("{CompanyAcronym}_{DeviceAcronym}.COMPOSITE_QUAL;{CompanyAcronym}_{DeviceAcronym}.CONFIG_CHANGE;{CompanyAcronym}_{DeviceAcronym}.CONNECT_STATE;{CompanyAcronym}_{DeviceAcronym}.DATA_SORTING;{CompanyAcronym}_{DeviceAcronym}.DATA_VALID;{CompanyAcronym}_{DeviceAcronym}.LEAP_SECOND;{CompanyAcronym}_{DeviceAcronym}.NOMINAL_FREQ;{CompanyAcronym}_{DeviceAcronym}.PMU_ERROR;{CompanyAcronym}_{DeviceAcronym}.SYNC_ERROR;{CompanyAcronym}_{DeviceAcronym}.TIME_LOCK;{CompanyAcronym}_{DeviceAcronym}.TIME_QUALITY;{CompanyAcronym}_{DeviceAcronym}.TRIGGER")]
public string IEEEC37118TagNameExpressions { get; set; }
View Source

Property Value

String
See Also