openPDC Synchrophasor Help
AdjustedValue Property
NamespacesTVA.PhasorProtocolsSignalReferenceMeasurementAdjustedValue
Gets the adjusted numeric value of this measurement, taking into account the specified Adder and Multiplier offsets.
Declaration Syntax
C#Visual BasicVisual C++
public double AdjustedValue { get; }
Public ReadOnly Property AdjustedValue As Double
	Get
public:
virtual property double AdjustedValue {
	double get () sealed;
}
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