Click or drag to resize

AnalogDefinitionBase(IConfigurationCell, String, UInt32, Double, AnalogType) Constructor

Creates a new AnalogDefinitionBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected AnalogDefinitionBase(
	IConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)
View Source

Parameters

parent  IConfigurationCell
The IConfigurationCell parent of this AnalogDefinitionBase.
label  String
The label of this AnalogDefinitionBase.
scale  UInt32
The integer scaling value of this AnalogDefinitionBase.
offset  Double
The offset of this AnalogDefinitionBase.
type  AnalogType
The AnalogType of this AnalogDefinitionBase.
See Also