<< Click to Display Table of Contents >> Navigation: NmxDLL Reference Guide > API (programming interface) > Static Measurement (Non-Realtime) > NMX_DisableOutputUpdate_1 |
Digital output data is normally transferred cyclically from the NMX DLL to the device. This function is used to stop this cyclic update.
It is typically not used within standard measurement applications. It could be helpful, if a manual manipulation of the outputs shall be done, e.g. using the configuration tool of the measurement system.
Definition
NMX_STATUS NMX_DisableOutputUpdate_1(
NMX_PHANDLE pHandle);
Parameter
pHandle
Typical function call (C example)
NMX_DisableOutputUpdate_1(pHandle);
.Net DLL specific implementation
NMX_MSTATUS DisableOutputUpdate_1(System::IntPtr pHandle);