Table of Contents

Method Start

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

Start(DAQmxTasksBundle)

Starts the task.

public static void Start(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 to the running state, which begins device input or output.

Exceptions

DaqException

The underling driver session returned an error.