Method CustomInstrument
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
CustomInstrument(string, string)
Gets the CustomInstrumentSessionsBundle associated with the specified pin.
public CustomInstrumentSessionsBundle CustomInstrument(string instrumentTypeId, string pin)
Parameters
Returns
- CustomInstrumentSessionsBundle
The associated CustomInstrumentSessionsBundle.
CustomInstrument(string, string[])
Gets the CustomInstrumentSessionsBundle associated with the specified pins.
public CustomInstrumentSessionsBundle CustomInstrument(string instrumentTypeId, string[] pins)
Parameters
Returns
- CustomInstrumentSessionsBundle
The associated CustomInstrumentSessionsBundle.