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
taskTaskThe NI-DAQmx task.
channelListstringThe 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
taskTaskThe NI-DAQmx task.
channelListstringThe channels associated with the task.
pinRangestring[]An array of pin names in the task.
siteRangeint[]An array of sites in the task.
DAQmxTaskInformation(Task, IList<SitePinInfo>)
Constructs a task information object.
public DAQmxTaskInformation(Task task, IList<SitePinInfo> associatedSitePinList)
Parameters
taskTaskThe NI-DAQmx task.
associatedSitePinListIList<SitePinInfo>The specified subset of channels associated with the task.