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