Get/Set/Reset AI_MemMapEnable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetAIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetAIMemMapEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIMemMapEnable gets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.
DAQmxSetAIMemMapEnable sets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.
DAQmxResetAIMemMapEnable resets the Analog Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.