Click or drag to resize

ConfigurationCellBase.AnalogDataFormat Property

Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this ConfigurationCellBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.244-beta
Syntax
public abstract DataFormat AnalogDataFormat { get; set; }
View Source

Property Value

DataFormat

Implements

IConfigurationCell.AnalogDataFormat
See Also