Table of Contents

Class DMMSessionInformation

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

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

public class DMMSessionInformation : ISessionInformation
Inheritance
DMMSessionInformation
Implements
Inherited Members

Constructors

DMMSessionInformation(NIDmm)

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 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 associated site-pin pair information.