Get/Set/Reset AI_Freq_ThreshVoltage

NI-DAQmx C Properties

Get/Set/Reset AI_Freq_ThreshVoltage

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

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

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

Purpose

DAQmxGetAIFreqThreshVoltage gets the Analog Input >> Frequency >> Voltage >> Threshold Level property.

DAQmxSetAIFreqThreshVoltage sets the Analog Input >> Frequency >> Voltage >> Threshold Level property.

DAQmxResetAIFreqThreshVoltage resets the Analog Input >> Frequency >> Voltage >> Threshold Level property.