Table of Contents

Constructor DigitalSessionsBundle

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

DigitalSessionsBundle(ISemiconductorModuleContext, IEnumerable<string>, IEnumerable<DigitalSessionInformation>)

Constructs a sessions bundle object that represents a bunch of DigitalSessionInformations.

public DigitalSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<string> pins, IEnumerable<DigitalSessionInformation> allSessionInfo)

Parameters

tsmContext ISemiconductorModuleContext

The associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.

pins IEnumerable<string>

The pins associated with this sessions bundle.

allSessionInfo IEnumerable<DigitalSessionInformation>

An enumerable of DigitalSessionInformations.