Table of Contents

Constructor SyncSessionsBundle

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

SyncSessionsBundle(ISemiconductorModuleContext, IEnumerable<SyncSessionInformation>)

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

public SyncSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<SyncSessionInformation> allSessionInfo)

Parameters

tsmContext ISemiconductorModuleContext

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

allSessionInfo IEnumerable<SyncSessionInformation>

An enumerable of SyncSessionInformations.