openPDC Synchrophasor Help
ChannelDefinitionBase Constructor (parent, label, scale, offset)
NamespacesTVA.PhasorProtocolsChannelDefinitionBaseChannelDefinitionBase(IConfigurationCell, String, UInt32, Double)
Creates a new ChannelDefinitionBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected ChannelDefinitionBase(
	IConfigurationCell parent,
	string label,
	uint scale,
	double offset
)
Protected Sub New ( _
	parent As IConfigurationCell, _
	label As String, _
	scale As UInteger, _
	offset As Double _
)
protected:
ChannelDefinitionBase(
	IConfigurationCell^ parent, 
	String^ label, 
	unsigned int scale, 
	double offset
)
Parameters
parent (IConfigurationCell)
The IConfigurationCell parent of this ChannelDefinitionBase.
label (String)
The label of this ChannelDefinitionBase.
scale (UInt32)
The integer scaling value of this ChannelDefinitionBase.
offset (Double)
The offset of this ChannelDefinitionBase.

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