
iprintf (id, "CURR%u MAX\n", chan);
printf ("\nChannel %u is set to maximum (+.024 A)", chan);
printf ("\nEnter measured value (in A to 5.5 digits) : ");
scanf ("%f", &max);
iprintf (id, "CAL%u:CURR %f,%f,%f\n",chan,min,def,max);
}
printf ("\n\nCurrent Adjustments Complete");
iclose (id);
/* Close instrument session */
}
70 Verification Tests - C Programs
Appendix B