Get/Set/Reset AO_IdleOutputBehavior

NI-DAQmx C Properties

Get/Set/Reset AO_IdleOutputBehavior

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

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

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

Purpose

DAQmxGetAOIdleOutputBehavior gets the Analog Output >> General Properties >> Output Configuration >> Idle Output Behavior property.

DAQmxSetAOIdleOutputBehavior sets the Analog Output >> General Properties >> Output Configuration >> Idle Output Behavior property.

DAQmxResetAOIdleOutputBehavior resets the Analog Output >> General Properties >> Output Configuration >> Idle Output Behavior property.