Class ScopeSessionInformation
- 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.
- ScopeSessionInformation(NIScope, string, string[], int[])
 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 list of associated site-pin pair information.