Table of Contents

Method FilterByPin

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

FilterByPin(string)

Filter current DAQmxTasksBundle and returns a new one with the requested pin.

public DAQmxTasksBundle FilterByPin(string requestedPin)

Parameters

requestedPin string

The requested pin.

Returns

DAQmxTasksBundle

A new DAQmxTasksBundle object with the requested pin.

FilterByPin(string[])

Filter current DAQmxTasksBundle and returns a new one with requested pins.

public DAQmxTasksBundle FilterByPin(string[] requestedPins)

Parameters

requestedPins string[]

The requested pins.

Returns

DAQmxTasksBundle

A new DAQmxTasksBundle object with requested pins.