openPDC Synchrophasor Help
PhasorValueBase Constructor (parent, phasorDefinition, real, imaginary)
NamespacesTVA.PhasorProtocolsPhasorValueBasePhasorValueBase(IDataCell, IPhasorDefinition, Double, Double)
Creates a new PhasorValueBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected PhasorValueBase(
	IDataCell parent,
	IPhasorDefinition phasorDefinition,
	double real,
	double imaginary
)
Protected Sub New ( _
	parent As IDataCell, _
	phasorDefinition As IPhasorDefinition, _
	real As Double, _
	imaginary As Double _
)
protected:
PhasorValueBase(
	IDataCell^ parent, 
	IPhasorDefinition^ phasorDefinition, 
	double real, 
	double imaginary
)
Parameters
parent (IDataCell)
The IDataCell parent of this PhasorValueBase.
phasorDefinition (IPhasorDefinition)
The IPhasorDefinition associated with this PhasorValueBase.
real (Double)
The real value of this PhasorValueBase.
imaginary (Double)
The imaginary value of this PhasorValueBase.

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