HP E1340A Service Manual page 103

Function generator
Hide thumbs Also See for E1340A:
Table of Contents

Advertisement

Appendix A
iscanf (id, "%t", cr);
if ((err_num == 0) && (cr[1] == 48))
printf ("\n\nCalibration Successful");
else
{
if (err_num != 0)
printf ("\n\nCALIBRATION ERROR NUMBER %u AT CAL POINT %u",
err_num, this_point);
if (cr[1] != 48)
printf ("\n\nSYSTEM ERROR DURING CALIBRATION - CAL ABORTED \n
%s", cr);
}
iprintf (id, "*RST;*CLS\n");
iclose (id);
iclose (dm);
iclose (pm);
}
/* Close instrument session */
Verification Tests - C Programs 105

Advertisement

Table of Contents
loading

Table of Contents