Table of Contents

Method DMM

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

DMM(string)

Gets the DMMSessionsBundle associated with the specified pin.

public DMMSessionsBundle DMM(string pin)

Parameters

pin string

The given pin.

Returns

DMMSessionsBundle

The associated DMMSessionsBundle.

DMM(string[])

Gets the DMMSessionsBundle associated with the specified pins.

public DMMSessionsBundle DMM(string[] pins)

Parameters

pins string[]

The given pins.

Returns

DMMSessionsBundle

The associated DMMSessionsBundle.