Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this ConfigurationCell.
            
| C# | Visual Basic | Visual C++ | 
public override DataFormat PhasorDataFormat { get; set; }
Public Overrides Property PhasorDataFormat As DataFormat Get Set
public: virtual property DataFormat PhasorDataFormat { DataFormat get () override; void set (DataFormat value) override; }
            This property only supports scaled data; IEEE 1344 doesn't transport floating point values.
            
| Exception | Condition | 
|---|---|
| NotSupportedException | IEEE 1344 only supports scaled data. |