Get/Set/Reset DO_GenerateOn

NI-DAQmx C Properties

Get/Set/Reset DO_GenerateOn

int32 __CFUNC DAQmxGetDOGenerateOn(TaskHandle taskHandle, const char channel[], int32 *data);

int32 __CFUNC DAQmxSetDOGenerateOn(TaskHandle taskHandle, const char channel[], int32 data);

int32 __CFUNC DAQmxResetDOGenerateOn(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetDOGenerateOn gets the Digital Output >> General Properties >> Advanced >> Generate On property.

DAQmxSetDOGenerateOn sets the Digital Output >> General Properties >> Advanced >> Generate On property.

DAQmxResetDOGenerateOn resets the Digital Output >> General Properties >> Advanced >> Generate On property.