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 : ISessionInformationInheritance
Implements
Inherited Members
Constructors
- 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.
- ScopeSessionInformation(NIScope, IList<SitePinInfo>)
-
Constructs a session information object.
Properties
- AllChannelsString
-
The all channels string associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionInformation.Session.
- AssociatedSitePinList
-
Gets a list of NationalInstruments.SemiconductorTestLibrary.Common.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.