openPDC Synchrophasor Help
AnalogScalingValue Property
NamespacesTVA.PhasorProtocolsPhasorDataConcentratorBaseAnalogScalingValue
Gets or sets the integer scaling value to apply to analog values published by this PhasorDataConcentratorBase.
Declaration Syntax
C#Visual BasicVisual C++
public uint AnalogScalingValue { get; set; }
Public Property AnalogScalingValue As UInteger
	Get
	Set
public:
property unsigned int AnalogScalingValue {
	unsigned int get ();
	void set (unsigned int value);
}
Remarks
Typically only the lower 24-bits will be used to scale analog values in 10^–5 units per bit. Note that this value represents the default value that will be used if user has not specified a value for an individual device.

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