HP E8402A User And Service Manual page 54

Vxi c-size mainframe
Table of Contents

Advertisement

56 Programming the Enhanced Monitor
printf("\nHISTogram data for 10 temperature ranges of slot OUT5\n");
for (i=0; i<10; i++)
printf("%5.1f to %5.1f deg: %d seconds\n",
0.1*minArray[i], 0.1*maxArray[i] , histArray[i]);
/* Close the Enhanced Monitor instrument session */
errStatus = viClose(en_mon);
CHECKERR(errStatus, __LINE__);
/* Close the resource manager session */
errStatus = viClose(viRM);
CHECKERR(errStatus, __LINE__);
return VI_SUCCESS;
}
Chapter 3

Advertisement

Table of Contents
loading

This manual is also suitable for:

E8404a

Table of Contents