Constructor DMMSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DMMSessionInformation(NIDmm)
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDmm.NIDmm instrument session.
public DMMSessionInformation(NIDmm session)
Parameters
session
NIDmmThe NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
DMMSessionInformation(NIDmm, IList<SitePinInfo>)
Constructs a session information object.
public DMMSessionInformation(NIDmm session, IList<SitePinInfo> associatedSitePinList)
Parameters
session
NIDmmThe NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
associatedSitePinList
IList<SitePinInfo>The specified subset of channels associated with the session.