AnalogDefinition3(ConfigurationCell3, String, UInt32, Double, AnalogType) Constructor

Creates a new AnalogDefinition3 from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.165 -- Release Build+4602076e5063a409825f3f5a8c01b62eac861155
public AnalogDefinition3(
	ConfigurationCell3 parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)

Parameters

parent  ConfigurationCell3
The ConfigurationCell3 parent of this AnalogDefinition3.
label  String
The label of this AnalogDefinition3.
scale  UInt32
The integer scaling value of this AnalogDefinition3.
offset  Double
The offset of this AnalogDefinition3.
type  AnalogType
The AnalogType of this AnalogDefinition3.

See Also