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