Click or drag to resize

ConfigurationCellPhasorCoordinateFormat Property

Gets or sets the CoordinateFormat 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 CoordinateFormat PhasorCoordinateFormat { get; set; }
View Source

Property Value

CoordinateFormat

Implements

IConfigurationCellPhasorCoordinateFormat
Exceptions
ExceptionCondition
NotSupportedExceptionMacrodyne only supports rectangular phasor data.
Remarks
This property only supports rectangular phasor data; Macrodyne doesn't transport polar phasor values.
See Also