NI-DAQ™mx C Reference

Get/Set/Reset CO_MemMapEnable

int32 __CFUNC DAQmxGetCOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetCOMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data);

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


Purpose

DAQmxGetCOMemMapEnable gets the Counter Output >> General Properties >> More >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.

DAQmxSetCOMemMapEnable sets the Counter Output >> General Properties >> More >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.

DAQmxResetCOMemMapEnable resets the Counter Output >> General Properties >> More >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.

Log in to get a better experience