Constructor DAQmxTaskInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DAQmxTaskInformation(Task, string)
Constructs a task information object that associates with an NI-DAQmx task.
public DAQmxTaskInformation(Task task, string channelList)
Parameters
task
TaskThe NI-DAQmx task.
channelList
stringThe channels associated with the task.
DAQmxTaskInformation(Task, string, string[], int[])
Constructs a task information object that associates with an NI-DAQmx task.
public DAQmxTaskInformation(Task task, string channelList, string[] pinRange, int[] siteRange)
Parameters
task
TaskThe NI-DAQmx task.
channelList
stringThe channels associated with the task.
pinRange
string[]An array of pin names in the task.
siteRange
int[]An array of sites in the task.
DAQmxTaskInformation(Task, IList<SitePinInfo>)
Constructs a task information object.
public DAQmxTaskInformation(Task task, IList<SitePinInfo> associatedSitePinList)
Parameters
task
TaskThe NI-DAQmx task.
associatedSitePinList
IList<SitePinInfo>The specified subset of channels associated with the task.