openPDC Synchrophasor Help
AdjustedValue Property
NamespacesTVA.PhasorProtocolsChannelValueMeasurement<(Of <(<'T>)>)>AdjustedValue
Gets the adjusted numeric value of this measurement, taking into account the specified Adder and Multiplier offsets.
Declaration Syntax
C#Visual BasicVisual C++
public virtual double AdjustedValue { get; }
Public Overridable ReadOnly Property AdjustedValue As Double
	Get
public:
virtual property double AdjustedValue {
	double get ();
}
Return Value
Value offset by Adder and Multiplier (i.e., Value * Multiplier + Adder).
Remarks
Note that returned value will be offset by Adder and Multiplier.

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