Class DigitalSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an object that contains an individual NationalInstruments.ModularInstruments.NIDigital.NIDigital session and its related information.
public class DigitalSessionInformation : ISessionInformationInheritance
Implements
Inherited Members
Constructors
- DigitalSessionInformation(NIDigital, string, string)
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDigital.NIDigital instrument session.
- DigitalSessionInformation(NIDigital, string, string, string[], int[])
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDigital.NIDigital instrument session.
- DigitalSessionInformation(NIDigital, IList<SitePinInfo>)
-
Constructs a session information object.
Properties
- AssociatedSiteList
-
The site numbers corresponding to NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.SiteListString in a more accessible format.
- AssociatedSitePinList
-
The pin set info corresponding to NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.PinSetString in a more accessible format.
- PinSet
-
The NationalInstruments.ModularInstruments.NIDigital.DigitalPinSet according to NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.PinSetString on the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.Session.
- PinSetString
-
The pin set string associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.Session.
- Session
-
The NationalInstruments.ModularInstruments.NIDigital.NIDigital session.
- SiteListString
-
The site list string associated with the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation.Session.
Methods
- GenerateInstrumentChannelToSitePinDictionary(ISemiconductorModuleContext)
-
Generates a dictionary that takes a pinset string and returns the list of associated site-pin pair information.
- GetPerSitePinSetStrings()
-
Gets pin set strings on per-site basis.