Table of Contents

Method CustomInstrument

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

CustomInstrument(string, string)

Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.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 NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle.

CustomInstrument(string, string[])

Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.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 NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.CustomInstrument.CustomInstrumentSessionsBundle.