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.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override DataFormat AnalogDataFormat { get; set; }
View Source

Property Value

DataFormat

Implements

IConfigurationCellAnalogDataFormat
Exceptions
ExceptionCondition
NotSupportedExceptionMacrodyne only supports scaled data.
Remarks

Macrodyne doesn't define any analog values.

This property only supports scaled data; Macrodyne doesn't transport floating point values.

See Also