Class DMMSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines an object that contains an individual NationalInstruments.ModularInstruments.NIDmm.NIDmm session and its related information.
public class DMMSessionInformation : ISessionInformationInheritance
Implements
Inherited Members
Constructors
- DMMSessionInformation(NIDmm)
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDmm.NIDmm instrument session.
- DMMSessionInformation(NIDmm, string[], int[])
-
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDmm.NIDmm instrument session.
- DMMSessionInformation(NIDmm, IList<SitePinInfo>)
-
Constructs a session information object.
Properties
- AssociatedSitePinList
-
Gets a list of NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo objects containing information for the individual site-pin pairs associated with the driver session.
- Session
-
The NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
Methods
- GenerateResourceDescriptorToSitePinDictionary(ISemiconductorModuleContext)
-
Generates a dictionary that takes a resource descriptor and returns the list of associated site-pin pair information.