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