openPDC Synchrophasor Help
AnalogValue Constructor (parent, analogDefinition, value)
NamespacesTVA.PhasorProtocols.IeeeC37_118AnalogValueAnalogValue(DataCell, AnalogDefinition, Double)
Creates a new AnalogValue from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public AnalogValue(
	DataCell parent,
	AnalogDefinition analogDefinition,
	double value
)
Public Sub New ( _
	parent As DataCell, _
	analogDefinition As AnalogDefinition, _
	value As Double _
)
public:
AnalogValue(
	DataCell^ parent, 
	AnalogDefinition^ analogDefinition, 
	double value
)
Parameters
parent (DataCell)
The DataCell parent of this AnalogValue.
analogDefinition (AnalogDefinition)
The AnalogDefinition associated with this AnalogValue.
value (Double)
The floating point value that represents this AnalogValue.

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