Click or drag to resize

ChannelDefinitionBase(IConfigurationCell, String, UInt32, Double) Constructor

Creates a new ChannelDefinitionBase from specified parameters.

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

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.
See Also