openPDC Synchrophasor Help
AnalogDefinition Constructor (parent, label, scale, offset, type)
NamespacesTVA.PhasorProtocols.BpaPdcStreamAnalogDefinitionAnalogDefinition(ConfigurationCell, String, UInt32, Double, AnalogType)
Creates a new AnalogDefinition from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public AnalogDefinition(
	ConfigurationCell parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)
Public Sub New ( _
	parent As ConfigurationCell, _
	label As String, _
	scale As UInteger, _
	offset As Double, _
	type As AnalogType _
)
public:
AnalogDefinition(
	ConfigurationCell^ parent, 
	String^ label, 
	unsigned int scale, 
	double offset, 
	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 AnalogDefinition.
offset (Double)
The offset of this AnalogDefinition.
type (AnalogType)
The AnalogType of this AnalogDefinition.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0