Table of Contents

Interface ISessionsBundle<TSessionInformation>

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
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 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.