Initializes a new instance of
UserChannel with the specified name, description, units, and default value.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
Name As String, _
Description As String, _
Units As String, _
DefaultValue As Double _
) |
Parameters
- Name
- Type: System.String
The name of the user channel.
- Description
- Type: System.String
The description of the user channel.
- Units
- Type: System.String
The units to associate with the user channel.
- DefaultValue
- Type: System.Double
The default value of the user channel.