openPDC Synchrophasor Help
PhasorValueBase Constructor (parent, phasorDefinition, angle, magnitude)
NamespacesTVA.PhasorProtocolsPhasorValueBasePhasorValueBase(IDataCell, IPhasorDefinition, Angle, Double)
Creates a new PhasorValueBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected PhasorValueBase(
	IDataCell parent,
	IPhasorDefinition phasorDefinition,
	Angle angle,
	double magnitude
)
Protected Sub New ( _
	parent As IDataCell, _
	phasorDefinition As IPhasorDefinition, _
	angle As Angle, _
	magnitude As Double _
)
protected:
PhasorValueBase(
	IDataCell^ parent, 
	IPhasorDefinition^ phasorDefinition, 
	Angle angle, 
	double magnitude
)
Parameters
parent (IDataCell)
The IDataCell parent of this PhasorValueBase.
phasorDefinition (IPhasorDefinition)
The IPhasorDefinition associated with this PhasorValueBase.
angle (Angle)
The Angle value (a.k.a., the argument) of this PhasorValueBase, in radians.
magnitude (Double)
The magnitude value (a.k.a., the absolute value or modulus) of this PhasorValueBase.

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