Table of Contents

Method StartAOFunctionGeneration

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

StartAOFunctionGeneration(DAQmxTasksBundle)

Transitions the task to the running state to begin the analog output function generation. This method will wait for the appropriate amount of settling time required by the instrument.

public static void StartAOFunctionGeneration(this DAQmxTasksBundle tasksBundle)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

Exceptions

DaqException

The underling driver session returned an error.