Click or drag to resize

PhasorValue(DataCell, PhasorDefinition, Angle, Double) Constructor

Creates a new PhasorValue from specified parameters.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public PhasorValue(
	DataCell parent,
	PhasorDefinition phasorDefinition,
	Angle angle,
	double magnitude
)
View Source

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