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

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; }

This property only supports polar phasor data; F-NET doesn't transport rectangular phasor values.

Exception | Condition |
---|---|
NotSupportedException | F-NET only supports polar phasor data. |