Table of Contents

Constructor DAQmxTaskInformation

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
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 Task

The NI-DAQmx task.

channelList string

The channels associated with the task.

DAQmxTaskInformation(Task, IList<SitePinInfo>)

Constructs a task information object.

public DAQmxTaskInformation(Task task, IList<SitePinInfo> associatedSitePinList)

Parameters

task Task

The NI-DAQmx task.

associatedSitePinList IList<SitePinInfo>

The specified subset of channels associated with the task.