SetNIDAQmxTask(string, Task)
- Updated2026-06-25
- 1 minute(s) read
Associates an NI-DAQmx task with an NI-DAQmx task name defined in the pin map.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void SetNIDAQmxTask(string taskName, Task task)
Parameters
| Name | Type | Description |
|---|---|---|
| taskName | string | The task name in the pin map file for the corresponding task. |
| task | Task | The DAQmx task for the corresponding task name. |