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 polar phasor data; F-NET doesn't transport rectangular phasor values.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | F-NET only supports polar phasor data. |