Click or drag to resize

PhasorValue(DataCell, PhasorDefinition, Double, Double) Constructor

Creates a new PhasorValue from specified parameters.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public PhasorValue(
	DataCell parent,
	PhasorDefinition phasorDefinition,
	double real,
	double imaginary
)
View Source

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