NMX_UpdateChannelInfo_1

<< Click to Display Table of Contents >>

Navigation:  NmxDLL Reference Guide > API (programming interface) > Get device information >

NMX_UpdateChannelInfo_1

This function forces the NMX DLL to re-read measurement channel information..

 

Definition


NMX_STATUS NMX_UpdateChannelInfo_1(

 NMX_PHANDLE pHandle);

 

Parameter


pHandle

Connection Handle.

 

Typical function call (C example)


NMX_UpdateChannelInfo_1(pHandle);

 

.Net DLL specific implementation


NMX_MSTATUS UpdateChannelInfo_1(System::IntPtr pHandle);

 

Comments


The NMX DLL reads the channel information from the device once after connecting. In case the information at the device side changes afterwards, e.g. due to connecting a different probe, the data within the NMX DLL is outdated.

Call this function to update this data.