AnalogDefinition(ConfigurationCell, String, UInt32, AnalogType) Constructor

Creates a new AnalogDefinition from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.Anonymous
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
public AnalogDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	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 AnalogDefinitionBase.
type  AnalogType
The AnalogType of this AnalogDefinition.

See Also