Method Scope
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Scope(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle associated with the specified pin.
public ScopeSessionsBundle Scope(string pin)Parameters
pinstring-
The given pin.
Returns
- ScopeSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle.
Scope(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle associated with the specified pins.
public ScopeSessionsBundle Scope(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- ScopeSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle.
Scope(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle associated with the specified pins.
public ScopeSessionsBundle Scope(string[] pins, bool filterPins)Parameters
Returns
- ScopeSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Scope.ScopeSessionsBundle. Returns null if all pins are non-NIScope pins.