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