Get/Set/Reset AI_Microphone_Sensitivity

NI-DAQmx C Properties

Get/Set/Reset AI_Microphone_Sensitivity

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

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

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

Purpose

DAQmxGetAIMicrophoneSensitivity gets the Analog Input >> Sound Pressure >> Microphone >> Sensitivity property.

DAQmxSetAIMicrophoneSensitivity sets the Analog Input >> Sound Pressure >> Microphone >> Sensitivity property.

DAQmxResetAIMicrophoneSensitivity resets the Analog Input >> Sound Pressure >> Microphone >> Sensitivity property.