openPDC Synchrophasor Help
PhasorDataFormat Property
NamespacesTVA.PhasorProtocols.Ieee1344ConfigurationCellPhasorDataFormat
Gets or sets the DataFormat for the IPhasorDefinition objects in the PhasorDefinitions of this ConfigurationCell.
Declaration Syntax
C#Visual BasicVisual 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;
}
Remarks
This property only supports scaled data; IEEE 1344 doesn't transport floating point values.
Exceptions
ExceptionCondition
NotSupportedExceptionIEEE 1344 only supports scaled data.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0