Table of Contents

Constructor CustomInstrumentSessionsBundle

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

CustomInstrumentSessionsBundle(ISemiconductorModuleContext, IEnumerable<CustomInstrumentSessionInformation>)

Constructs a sessions bundle object that represents a bunch of CustomInstrumentSessionInformations.

public CustomInstrumentSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<CustomInstrumentSessionInformation> allSessionInfo)

Parameters

tsmContext ISemiconductorModuleContext

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

allSessionInfo IEnumerable<CustomInstrumentSessionInformation>

An enumerable of CustomInstrumentSessionInformations.