openPDC Synchrophasor Help
PhasorDataFormat Property
NamespacesTVA.PhasorProtocols.FNetConfigurationCellPhasorDataFormat
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 floating-point data; F-NET doesn't transport scaled values.
Exceptions
ExceptionCondition
NotSupportedExceptionF-NET only supports floating-point data.

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