Get/Set/Reset AI_Freq_Units

NI-DAQmx C Properties

Get/Set/Reset AI_Freq_Units

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

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

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

Purpose

DAQmxGetAIFreqUnits gets the Analog Input >> Frequency >> Units property.

DAQmxSetAIFreqUnits sets the Analog Input >> Frequency >> Units property.

DAQmxResetAIFreqUnits resets the Analog Input >> Frequency >> Units property.