DAQTaskAI.GetDevices Method
- Updated2023-02-21
- 2 minute(s) read
Gets all of the DAQ devices associated with the DAQTaskAI.
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 GetDevices As DAQDevice() |
| C# |
|---|
public DAQDevice[] GetDevices() |
| Visual C++ |
|---|
public: array<DAQDevice^>^ GetDevices() |