Initializes a new instance of
SCXIModule with the specified name.
All channels are populated based on the SCXI module Type specified by
TypeGUID.
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, _
TypeGUID As String, _
numInternalChannels As UShort _
) |
Parameters
- Name
- Type: System.String
The name of the SCXI module.
- TypeGUID
- Type: System.String
The GUID specifying the module type.
- numInternalChannels
- Type: System.UInt16
The number of internal channels to add to the SCXI module.