Get/Set/Reset AI_Lowpass_Enable

NI-DAQmx C Properties

Get/Set/Reset AI_Lowpass_Enable

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

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

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

Purpose

DAQmxGetAILowpassEnable gets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Enable property.

DAQmxSetAILowpassEnable sets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Enable property.

DAQmxResetAILowpassEnable resets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Enable property.