Constructor ScopeSessionsBundle
- 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
tsmContextISemiconductorModuleContextThe associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.
allSessionInfoIEnumerable<ScopeSessionInformation>An enumerable of ScopeSessionInformations.