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