openPDC Synchrophasor Help
AnalogDataFormat Property
NamespacesTVA.PhasorProtocols.MacrodyneConfigurationCellAnalogDataFormat
Gets or sets the DataFormat for the IAnalogDefinition objects in the AnalogDefinitions of this ConfigurationCell.
Declaration Syntax
C#Visual BasicVisual C++
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override DataFormat AnalogDataFormat { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Property AnalogDataFormat As DataFormat
	Get
	Set
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property DataFormat AnalogDataFormat {
	DataFormat get () override;
	void set (DataFormat value) override;
}
Remarks

Macrodyne doesn't define any analog values.

This property only supports scaled data; Macrodyne doesn't transport floating point values.

Exceptions
ExceptionCondition
NotSupportedExceptionMacrodyne only supports scaled data.

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