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.

DMM(string[], bool)

Gets the DMMSessionsBundle associated with the specified pins.

public DMMSessionsBundle DMM(string[] pins, bool filterPins)

Parameters

pins string[]

The given pins.

filterPins bool

Whether to automatically filter out non-NIDMM pins.

Returns

DMMSessionsBundle

The associated DMMSessionsBundle. Returns null if all pins are non-NIDMM pins.