Click or drag to resize

ConfigurationCellPhasorDataFormat Property

Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this ConfigurationCell.

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

Property Value

DataFormat

Implements

IConfigurationCellPhasorDataFormat
Exceptions
ExceptionCondition
NotSupportedExceptionMacrodyne only supports scaled data.
Remarks
This property only supports scaled data; Macrodyne doesn't transport floating-point values.
See Also