Get/Set/Reset AO_EnhancedImageRejectionEnable

NI-DAQmx C Properties

Get/Set/Reset AO_EnhancedImageRejectionEnable

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

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

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

Purpose

DAQmxGetAOEnhancedImageRejectionEnable gets the Analog Output >> General Properties >> Advanced >> Enhanced Image Rejection Enable property.

DAQmxSetAOEnhancedImageRejectionEnable sets the Analog Output >> General Properties >> Advanced >> Enhanced Image Rejection Enable property.

DAQmxResetAOEnhancedImageRejectionEnable resets the Analog Output >> General Properties >> Advanced >> Enhanced Image Rejection Enable property.