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);
/* Close instrument session */
iclose (dm);
iclose (pm);
}
Appendix A
Verification Tests - C Programs 105
Содержание E1340A
Страница 6: ...Notes 6 HP E1340A Arbitrary Function Generator Service Manual ...
Страница 8: ......
Страница 10: ...Notes 12 What s in this Manual HP E1340A Service Manual ...
Страница 18: ...Notes 20 General Information Chapter 1 ...
Страница 74: ...Notes 76 Adjustments Chapter 3 ...
Страница 78: ...Notes 80 Replaceable Parts Chapter 4 ...
Страница 104: ...Notes 106 Verification Tests C Programs Appendix A ...