Interface ISessionsBundle<TSessionInformation>
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an interface for bundling together multiple device session information.
public interface ISessionsBundle<TSessionInformation>Type Parameters
TSessionInformation-
The type of the information for a specific device session.
Extension Methods
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.