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
sessionNIDmmThe NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
DMMSessionInformation(NIDmm, string[], int[])
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIDmm.NIDmm instrument session.
public DMMSessionInformation(NIDmm session, string[] pinRange, int[] siteRange)
Parameters
sessionNIDmmThe NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
pinRangestring[]An array of pin names associated with the NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
siteRangeint[]An array of sites associated with the NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
DMMSessionInformation(NIDmm, IList<SitePinInfo>)
Constructs a session information object.
public DMMSessionInformation(NIDmm session, IList<SitePinInfo> associatedSitePinList)
Parameters
sessionNIDmmThe NationalInstruments.ModularInstruments.NIDmm.NIDmm session.
associatedSitePinListIList<SitePinInfo>The specified subset of channels associated with the session.