AnalogDefinition(ConfigurationCell, String, UInt32, Double, AnalogType) Constructor

Creates a new AnalogDefinition from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
public AnalogDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)

Parameters

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

See Also