Table of Contents

Constructor ScopeSessionInformation

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

ScopeSessionInformation(NIScope, string)

Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIScope.NIScope instrument session.

public ScopeSessionInformation(NIScope session, string channelList)

Parameters

session NIScope

The NationalInstruments.ModularInstruments.NIScope.NIScope session.

channelList string

The channels list associated with the NationalInstruments.ModularInstruments.NIScope.NIScope session.

ScopeSessionInformation(NIScope, IList<SitePinInfo>)

Constructs a session information object.

public ScopeSessionInformation(NIScope session, IList<SitePinInfo> associatedSitePinList)

Parameters

session NIScope

The NationalInstruments.ModularInstruments.NIScope.NIScope session.

associatedSitePinList IList<SitePinInfo>

The specified subset of channels associated with the session.