Click or drag to resize

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

Creates a new AnalogDefinition from specified parameters.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public AnalogDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	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 AnalogDefinition.
offset  Double
The offset of this AnalogDefinition.
type  AnalogType
The AnalogType of this AnalogDefinition.
See Also