Table of Contents

Constructor ScopeSessionsBundle

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

ScopeSessionsBundle(ISemiconductorModuleContext, IEnumerable<ScopeSessionInformation>)

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

public ScopeSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<ScopeSessionInformation> allSessionInfo)

Parameters

tsmContext ISemiconductorModuleContext

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

allSessionInfo IEnumerable<ScopeSessionInformation>

An enumerable of ScopeSessionInformations.