GetNIDAQmxTasks(string)
- Updated2026-06-25
- 1 minute(s) read
This method is deprecated. Use GetAllNIDAQmxTasks instead. Returns all NI-DAQmx tasks in the ISemiconductorModuleContext. You can use tasks to close and dispose of tasks.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public Task[] GetNIDAQmxTasks(string taskType)
Parameters
| Name | Type | Description |
|---|---|---|
| taskType | string | Specifies the type of NI-DAQmx task to return. Use an empty string to obtain the names of all tasks regardless of task type. |