Table of Contents

Method Reserve

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

Reserve(DAQmxTasksBundle)

Reserves the hardware resources that are needed for the task.

public static void Reserve(this DAQmxTasksBundle tasksBundle)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

Remarks

This is a low-level driver control method that is not recommended for general use. It marks the hardware resources that are needed for the task as in use. No other tasks can reserve these same resources.

Exceptions

DaqException

The underling driver session returned an error.