Table of Contents

Constructor DMMSessionsBundle

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

DMMSessionsBundle(ISemiconductorModuleContext, IEnumerable<DMMSessionInformation>)

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

public DMMSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<DMMSessionInformation> allSessionInfo)

Parameters

tsmContext ISemiconductorModuleContext

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

allSessionInfo IEnumerable<DMMSessionInformation>

An enumerable of DMMSessionInformations.