openPDC Synchrophasor Help
AnalogDataFormat Property
NamespacesTVA.PhasorProtocols.FNetConfigurationCellAnalogDataFormat
Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this ConfigurationCell.
Declaration Syntax
C#Visual BasicVisual C++
public override DataFormat AnalogDataFormat { get; set; }
Public Overrides Property AnalogDataFormat As DataFormat
	Get
	Set
public:
virtual property DataFormat AnalogDataFormat {
	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