Click or drag to resize

AnalogDefinition(ConfigurationCell, String, UInt32, AnalogType) Constructor

Creates a new AnalogDefinition from specified parameters.

Namespace: GSF.PhasorProtocols.Anonymous
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public AnalogDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	AnalogType type
)
View Source

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