Click or drag to resize

AnalogChannelName Property

Gets or sets name of this AnalogChannel formatted as station_name:channel_name.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public string Name { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
FormatExceptionName must be formatted as station_name:channel_name.
See Also