Returns an array of all NI-DAQmx tasks in the ISemiconductorModuleContext whose task type matches taskType . You can use tasks to perform NI-DAQmx operations.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public Task[] GetAllNIDAQmxTasks(string taskType)

Parameters

NameTypeDescription
taskTypestring

Specifies the type of NI-DAQmx task to return. Use an empty string to obtain the names of all tasks regardless of task type.