Get/Set/Reset AI_SoundPressure_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAISoundPressureUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAISoundPressureUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAISoundPressureUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAISoundPressureUnits gets the Analog Input >> Sound Pressure >> Units property.
DAQmxSetAISoundPressureUnits sets the Analog Input >> Sound Pressure >> Units property.
DAQmxResetAISoundPressureUnits resets the Analog Input >> Sound Pressure >> Units property.