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