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

Creates a new PhasorDefinition3 from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.174 -- Release Build+36cffd6eb534f2d7bb8198af4f6b777f0bb23c39
public PhasorDefinition3(
	ConfigurationCell3 parent,
	string label,
	uint scale,
	double offset,
	PhasorType type,
	PhasorDefinition3 voltageReference,
	char phase
)

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