Table of Contents

Method Stop

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

Stop(DAQmxTasksBundle)

Starts the task.

public static void Stop(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 transitions the task from the running state to the committed state, which ends device input or output.

Exceptions

DaqException

The underling driver session returned an error.