Click or drag to resize

ConfigurationCellAnalogDataFormat Property

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

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

Property Value

DataFormat

Implements

IConfigurationCellAnalogDataFormat
Exceptions
ExceptionCondition
NotSupportedExceptionF-NET only supports floating-point data.
Remarks
This property only supports floating-point data; F-NET doesn't transport scaled values.
See Also