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
session
NIScopeThe NationalInstruments.ModularInstruments.NIScope.NIScope session.
channelList
stringThe channels list 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
session
NIScopeThe NationalInstruments.ModularInstruments.NIScope.NIScope session.
associatedSitePinList
IList<SitePinInfo>The specified subset of channels associated with the session.