Table of Contents

Method Scope

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Scope(string)

Gets the ScopeSessionsBundle associated with the specified pin.

public ScopeSessionsBundle Scope(string pin)

Parameters

pin string

The 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.