printf ("\n\nConnect DMM HI and LO to E1364A NO line and mainframe chassis");
getchar ();
ipromptf (dm, "TRIG SGL\n", "%t", reading);
printf ("\nDC Isolation
printf ("\n\nConnect DMM HI and LO to E1364A NC line and mainframe chassis");
getchar ();
iprintf (id, "OPEN (@100:115)\n"); ipromptf (id, "*OPC?\n", "%t", reading); ipromptf (dm, "TRIG SGL\n", "%t", reading);
printf ("\nDC Isolation
iclose (id); | /* Close instrument session */ |
iclose (dm); |
|
}
Appendix A | Example C Programs 51 |