www.vtiinstruments.com
VM2710A Programming
33
printf("Min delta: %f Max delta: %f Delta hi to lo: %f\n", accumulate-voltmin, voltmax-accumulate, voltmax-
voltmin);
/* Return the mapping window to the system */
ret = UnMapVXIAddress (window);
/* Close the library */
ret = CloseVXIlibrary ();
/* Exit with no error */
return(0);
}