Creates a new AnalogDefinition from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual 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.