Constructor ScopeSessionInformation
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ScopeSessionInformation(NIScope, string)
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIScope.NIScope instrument session.
public ScopeSessionInformation(NIScope session, string channelList)Parameters
sessionNIScope-
The NationalInstruments.ModularInstruments.NIScope.NIScope session.
channelListstring-
The channels list associated with the NationalInstruments.ModularInstruments.NIScope.NIScope session.
ScopeSessionInformation(NIScope, string, string[], int[])
Constructs a session information object that associates with a NationalInstruments.ModularInstruments.NIScope.NIScope instrument session.
public ScopeSessionInformation(NIScope session, string channelList, string[] pinRange, int[] siteRange)Parameters
sessionNIScope-
The NationalInstruments.ModularInstruments.NIScope.NIScope session.
channelListstring-
The channels list associated with the NationalInstruments.ModularInstruments.NIScope.NIScope session.
pinRangestring[]-
An array of pin name associated with the NationalInstruments.ModularInstruments.NIScope.NIScope session.
siteRangeint[]-
An array of sites associated with the NationalInstruments.ModularInstruments.NIScope.NIScope session.
ScopeSessionInformation(NIScope, IList<SitePinInfo>)
Constructs a session information object.
public ScopeSessionInformation(NIScope session, IList<SitePinInfo> associatedSitePinList)Parameters
sessionNIScope-
The NationalInstruments.ModularInstruments.NIScope.NIScope session.
associatedSitePinListIList<SitePinInfo>-
The specified subset of channels associated with the session.