Click or drag to resize

AnalogDefinition3(ConfigurationCell3, String, UInt32, Double, AnalogType) Constructor

Creates a new AnalogDefinition3 from specified parameters.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public AnalogDefinition3(
	ConfigurationCell3 parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)
View Source

Parameters

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