Constructor DAQmxTasksBundle
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DAQmxTasksBundle(ISemiconductorModuleContext, IEnumerable<DAQmxTaskInformation>)
Constructs a tasks bundle object that represents a bunch of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTaskInformations.
public DAQmxTasksBundle(ISemiconductorModuleContext tsmContext, IEnumerable<DAQmxTaskInformation> allTaskInfo)Parameters
tsmContextISemiconductorModuleContext-
The associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.
allTaskInfoIEnumerable<DAQmxTaskInformation>-
An enumerable of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTaskInformations.