Table of Contents

Class DMMSessionsBundle

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

Defines an object that contains one or more NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionInformation objects.

public class DMMSessionsBundle : ISessionsBundle<DMMSessionInformation>

Inheritance

Implements

Inherited Members

Extension Methods

Constructors

DMMSessionsBundle(ISemiconductorModuleContext, IEnumerable<DMMSessionInformation>)

Constructs a sessions bundle object that represents a bunch of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionInformations.

Properties

AggregateSitePinList

An aggregated list of NationalInstruments.SemiconductorTestLibrary.Common.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 NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.ISessionInformation.

TSMContext

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

Methods

FilterByPin(string)

Filter current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with the requested pin.

FilterByPin(string[])

Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with requested pins.

FilterBySite(int)

Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with the requested site.

FilterBySite(int[])

Filters current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle and returns a new one with requested sites.