Class CustomInstrumentSessionsBundle
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an object that contains one or more NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionInformation objects.
public class CustomInstrumentSessionsBundle : ISessionsBundle<CustomInstrumentSessionInformation>Inheritance
Implements
Inherited Members
Extension Methods
Constructors
- CustomInstrumentSessionsBundle(ISemiconductorModuleContext, IEnumerable<CustomInstrumentSessionInformation>)
-
Constructs a sessions bundle object that represents a bunch of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionInformations.
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)
-
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested pin.
- FilterByPin(string[])
-
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested pins.
- FilterBySite(int)
-
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested site.
- FilterBySite(int[])
-
Filters the current NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle and returns a new one with the requested sites.