Get/Set/Reset AI_Lowpass_CutoffFreq

NI-DAQmx C Properties

Get/Set/Reset AI_Lowpass_CutoffFreq

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

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

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

Purpose

DAQmxGetAILowpassCutoffFreq gets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Cutoff Frequency property.

DAQmxSetAILowpassCutoffFreq sets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Cutoff Frequency property.

DAQmxResetAILowpassCutoffFreq resets the Analog Input >> General Properties >> Filter >> Analog Lowpass >> Cutoff Frequency property.