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