Table of Contents

Method CustomInstrument

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

CustomInstrument(string, string)

Gets the CustomInstrumentSessionsBundle associated with the specified pin.

public CustomInstrumentSessionsBundle CustomInstrument(string instrumentTypeId, string pin)

Parameters

instrumentTypeId string

The custom instrument type id.

pin string

The given pin.

Returns

CustomInstrumentSessionsBundle

The associated CustomInstrumentSessionsBundle.

CustomInstrument(string, string[])

Gets the CustomInstrumentSessionsBundle associated with the specified pins.

public CustomInstrumentSessionsBundle CustomInstrument(string instrumentTypeId, string[] pins)

Parameters

instrumentTypeId string

The custom instrument type id.

pins string[]

The given pins.

Returns

CustomInstrumentSessionsBundle

The associated CustomInstrumentSessionsBundle.