Removes all existing channels from the DAQ device and repopulates the device with the specified channels.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| C# |
|---|
public void PopulateDevice(
uint NumAIChannels,
uint NumAOChannels,
uint NumDIChannels,
uint NumDOChannels,
uint PortWidth
) |
Parameters
- NumAIChannels
- Type: System.UInt32
The number of analog input channels.
- NumAOChannels
- Type: System.UInt32
The number of analog output channels.
- NumDIChannels
- Type: System.UInt32
The number of digital input channels.
- NumDOChannels
- Type: System.UInt32
The number of digital output channels.
- PortWidth
- Type: System.UInt32
The total number of lines per port.