Click or drag to resize

PhasorDefinition3(ConfigurationCell3, String, UInt32, Double, PhasorType, PhasorDefinition3, Char) Constructor

Creates a new PhasorDefinition3 from specified parameters.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public PhasorDefinition3(
	ConfigurationCell3 parent,
	string label,
	uint scale,
	double offset,
	PhasorType type,
	PhasorDefinition3 voltageReference,
	char phase
)
View Source

Parameters

parent  ConfigurationCell3
The ConfigurationCell3 parent of this PhasorDefinition3.
label  String
The label of this PhasorDefinition3.
scale  UInt32
The integer scaling value of this PhasorDefinition3.
offset  Double
The offset of this PhasorDefinition3.
type  PhasorType
The PhasorType of this PhasorDefinition3.
voltageReference  PhasorDefinition3
The associated IPhasorDefinition that represents the voltage reference (if any).
phase  Char
The phase of this PhasorDefinition3.
See Also