Gets or sets the CoordinateFormat for the IPhasorDefinition objects in the PhasorDefinitions of this ConfigurationCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override CoordinateFormat PhasorCoordinateFormat { get; set; }
Public Overrides Property PhasorCoordinateFormat As CoordinateFormat Get Set
public: virtual property CoordinateFormat PhasorCoordinateFormat { CoordinateFormat get () override; void set (CoordinateFormat value) override; }
Remarks
This property only supports rectangular phasor data; Macrodyne doesn't transport polar phasor values.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Macrodyne only supports rectangular phasor data. |