Click or drag to resize

PhasorValueBase(IDataCell, IPhasorDefinition, Angle, Double) Constructor

Creates a new PhasorValueBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected PhasorValueBase(
	IDataCell parent,
	IPhasorDefinition phasorDefinition,
	Angle angle,
	double magnitude
)
View Source

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.
See Also