Constructor ScopeSessionsBundle
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ScopeSessionsBundle(ISemiconductorModuleContext, IEnumerable<ScopeSessionInformation>)
Constructs a sessions bundle object that represents a bunch of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionInformations.
public ScopeSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<ScopeSessionInformation> allSessionInfo)Parameters
tsmContextISemiconductorModuleContext-
The associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.
allSessionInfoIEnumerable<ScopeSessionInformation>-
An enumerable of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionInformations.