PhasorDefinitionBase(IConfigurationCell, String, UInt32, Double, PhasorType, IPhasorDefinition) Constructor

Creates a new PhasorDefinitionBase from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
protected PhasorDefinitionBase(
	IConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	PhasorType type,
	IPhasorDefinition? voltageReference
)

Parameters

parent  IConfigurationCell
The IConfigurationCell parent of this PhasorDefinitionBase.
label  String
The label of this PhasorDefinitionBase.
scale  UInt32
The integer scaling value of this PhasorDefinitionBase.
offset  Double
The offset of this PhasorDefinitionBase.
type  PhasorType
The PhasorType of this PhasorDefinitionBase.
voltageReference  IPhasorDefinition
The associated IPhasorDefinition that represents the voltage reference (if any).

See Also