openPDC Synchrophasor Help
AnalogValueBase Constructor (parent, analogDefinition, value)
NamespacesTVA.PhasorProtocolsAnalogValueBaseAnalogValueBase(IDataCell, IAnalogDefinition, Double)
Creates a new AnalogValueBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected AnalogValueBase(
	IDataCell parent,
	IAnalogDefinition analogDefinition,
	double value
)
Protected Sub New ( _
	parent As IDataCell, _
	analogDefinition As IAnalogDefinition, _
	value As Double _
)
protected:
AnalogValueBase(
	IDataCell^ parent, 
	IAnalogDefinition^ analogDefinition, 
	double value
)
Parameters
parent (IDataCell)
The IDataCell parent of this AnalogValueBase.
analogDefinition (IAnalogDefinition)
The IAnalogDefinition associated with this AnalogValueBase.
value (Double)
The floating point value that represents this AnalogValueBase.

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