Creates a new AnalogDefinitionBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected AnalogDefinitionBase( IConfigurationCell parent, string label, uint scale, double offset, AnalogType type )
Protected Sub New ( _ parent As IConfigurationCell, _ label As String, _ scale As UInteger, _ offset As Double, _ type As AnalogType _ )
protected: AnalogDefinitionBase( IConfigurationCell^ parent, String^ label, unsigned int scale, double offset, AnalogType type )
Parameters
- parent (IConfigurationCell)
- The IConfigurationCell parent of this AnalogDefinitionBase.
- label (String)
- The label of this AnalogDefinitionBase.
- scale (UInt32)
- The integer scaling value of this AnalogDefinitionBase.
- offset (Double)
- The offset of this AnalogDefinitionBase.
- type (AnalogType)
- The AnalogType of this AnalogDefinitionBase.