Method StartAOFunctionGeneration
- 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
tasksBundleDAQmxTasksBundleThe DAQmxTasksBundle object.
Exceptions
- DaqException
 The underling driver session returned an error.