Table of Contents

Method Digital

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
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

pin string

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

pins string[]

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

pins string[]

The given pins.

filterPins bool

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.