Method Digital
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Digital()
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle associated with all the available DUT pins.
public DigitalSessionsBundle Digital()Returns
- DigitalSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle.
Digital(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle associated with the specified pin.
public DigitalSessionsBundle Digital(string pin)Parameters
pinstring-
The given pin.
Returns
- DigitalSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle.
Digital(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle associated with the specified pins.
public DigitalSessionsBundle Digital(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- DigitalSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle.
Digital(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle associated with the specified pins.
public DigitalSessionsBundle Digital(string[] pins, bool filterPins)Parameters
pinsstring[]-
The given pins.
filterPinsbool-
Whether to automatically filter out non-NIDigital pins.
Returns
- DigitalSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle. Returns null if all pins are non-NIDigital pins.