DAQ.AddDevice Method
- Updated2023-02-21
- 2 minute(s) read
Adds the specified DAQDevice.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Function AddDevice ( _ device As DAQDevice _ ) As Boolean |
C# |
---|
public bool AddDevice( DAQDevice device ) |
Visual C++ |
---|
public: bool AddDevice( DAQDevice^ device ) |
Parameters
- device
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQDevice
The DAQDevice to add.