Method DMM
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DMM(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle associated with the specified pin.
public DMMSessionsBundle DMM(string pin)Parameters
pinstring-
The given pin.
Returns
- DMMSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle.
DMM(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle associated with the specified pins.
public DMMSessionsBundle DMM(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- DMMSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle.
DMM(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle associated with the specified pins.
public DMMSessionsBundle DMM(string[] pins, bool filterPins)Parameters
Returns
- DMMSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle. Returns null if all pins are non-NIDMM pins.