Table of Contents

Class DAQmxTasksBundle

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

Defines an object that contains one or more DAQmxTaskInformation objects.

public class DAQmxTasksBundle : ISessionsBundle<DAQmxTaskInformation>
Inheritance
DAQmxTasksBundle
Implements
Inherited Members
Extension Methods

Constructors

DAQmxTasksBundle(ISemiconductorModuleContext, IEnumerable<DAQmxTaskInformation>)

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

Properties

AggregateSitePinList

An aggregated list of SitePinInfo objects containing information for all of the individual site-pin pairs associated with each of the session information objects within the bundle.

InstrumentSessions

An enumerable of ISessionInformation.

TSMContext

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

Methods

FilterByPin(string)

Filter current DAQmxTasksBundle and returns a new one with the requested pin.

FilterByPin(string[])

Filter current DAQmxTasksBundle and returns a new one with requested pins.

FilterBySite(int)

Filters current DAQmxTasksBundle and returns a new one with the requested site.

FilterBySite(int[])

Filters current DAQmxTasksBundle and returns a new one with requested sites.