openPDC Synchrophasor Help
PhasorValue Constructor (parent, phasorDefinition, angle, magnitude)
NamespacesTVA.PhasorProtocols.Ieee1344PhasorValuePhasorValue(DataCell, PhasorDefinition, Angle, Double)
Creates a new PhasorValue from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public PhasorValue(
	DataCell parent,
	PhasorDefinition phasorDefinition,
	Angle angle,
	double magnitude
)
Public Sub New ( _
	parent As DataCell, _
	phasorDefinition As PhasorDefinition, _
	angle As Angle, _
	magnitude As Double _
)
public:
PhasorValue(
	DataCell^ parent, 
	PhasorDefinition^ phasorDefinition, 
	Angle angle, 
	double magnitude
)
Parameters
parent (DataCell)
The DataCell parent of this PhasorValue.
phasorDefinition (PhasorDefinition)
The PhasorDefinition associated with this PhasorValue.
angle (Angle)
The Angle value (a.k.a., the argument) of this PhasorValue, in radians.
magnitude (Double)
The magnitude value (a.k.a., the absolute value or modulus) of this PhasorValue.

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