Table of Contents

Constructor DAQmxTasksBundle

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

DAQmxTasksBundle(ISemiconductorModuleContext, IEnumerable<DAQmxTaskInformation>)

Constructs a tasks bundle object that represents a bunch of DAQmxTaskInformations.

public DAQmxTasksBundle(ISemiconductorModuleContext tsmContext, IEnumerable<DAQmxTaskInformation> allTaskInfo)

Parameters

tsmContext ISemiconductorModuleContext

The associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.

allTaskInfo IEnumerable<DAQmxTaskInformation>

An enumerable of DAQmxTaskInformations.