openPDC Synchrophasor Help
PhasorValue Constructor (parent, phasorDefinition, real, imaginary)
NamespacesTVA.PhasorProtocols.IeeeC37_118PhasorValuePhasorValue(DataCell, PhasorDefinition, Double, Double)
Creates a new PhasorValue from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public PhasorValue(
	DataCell parent,
	PhasorDefinition phasorDefinition,
	double real,
	double imaginary
)
Public Sub New ( _
	parent As DataCell, _
	phasorDefinition As PhasorDefinition, _
	real As Double, _
	imaginary As Double _
)
public:
PhasorValue(
	DataCell^ parent, 
	PhasorDefinition^ phasorDefinition, 
	double real, 
	double imaginary
)
Parameters
parent (DataCell)
The DataCell parent of this PhasorValue.
phasorDefinition (PhasorDefinition)
The PhasorDefinition associated with this PhasorValue.
real (Double)
The real value of this PhasorValue.
imaginary (Double)
The imaginary value of this PhasorValue.

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