Table of Contents

Method DAQmx

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

DAQmx(string)

Gets the DAQmxTasksBundle associated with the specified pin.

public DAQmxTasksBundle DAQmx(string pin)

Parameters

pin string

The given pin.

Returns

DAQmxTasksBundle

The associated DAQmxTasksBundle.

DAQmx(string[])

Gets the DAQmxTasksBundle associated with the specified pins.

public DAQmxTasksBundle DAQmx(string[] pins)

Parameters

pins string[]

The given pins.

Returns

DAQmxTasksBundle

The associated DAQmxTasksBundle.