Table of Contents

Method Digital

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

Digital(string)

Gets the DigitalSessionsBundle associated with the specified pin.

public DigitalSessionsBundle Digital(string pin)

Parameters

pin string

The given pin.

Returns

DigitalSessionsBundle

The associated DigitalSessionsBundle.

Digital(string[])

Gets the DigitalSessionsBundle associated with the specified pins.

public DigitalSessionsBundle Digital(string[] pins)

Parameters

pins string[]

The given pins.

Returns

DigitalSessionsBundle

The associated DigitalSessionsBundle.