Table of Contents

Class ScopeSessionInformation

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

Defines an object that contains an individual NationalInstruments.ModularInstruments.NIScope.NIScope session and its related information.

public class ScopeSessionInformation : ISessionInformation
Inheritance
ScopeSessionInformation
Implements
Inherited Members

Constructors

ScopeSessionInformation(NIScope, IList<SitePinInfo>)

Constructs a session information object.

ScopeSessionInformation(NIScope, string)

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

Properties

AllChannelsString

The all channels string associated with the Session.

AssociatedSitePinList

Gets a list of SitePinInfo objects containing information for the individual site-pin pairs associated with the driver session.

ModelString

The NI-Scope instrument model string.

Session

The NationalInstruments.ModularInstruments.NIScope.NIScope session.

Methods

GenerateInstrumentChannelToSitePinDictionary(ISemiconductorModuleContext)

Generates a dictionary that takes a channel string and returns the associated site-pin pair information.