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.SelFastMessage
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
NotSupportedExceptionSEL Fast Message only supports polar phasor data.
Remarks
This property only supports polar phasor data; SEL Fast Message doesn't transport rectangular phasor values.
See Also