User manual
printf ("\n\nConnect DMM HI and LO to E1460A High and Low lines");
getchar ();
ipromptf (dm, "TRIG SGL\n", "%t", reading);
printf ("\nDC Isolation -- High to Low");
printf ("\n R = %s Ohms", reading);
printf ("\n\nConnect DMM HI to E1460A High and Low lines");
printf ("\nConnect DMM LO to Chassis");
iprintf (id, "CLOS (@0100:0177)\n");
getchar ();
ipromptf (dm, "TRIG SGL\n", "%t", reading);
printf ("\nDC Isolation -- High and Low Lines to Chassis");
printf ("\n R = %s Ohms", reading);
iprintf (id, "*RST\n");
iclose (id); /* Close instrument session */
iclose (dm);
}
Agilent E1460A Service Manual Example C Programs 63