Agilent Technologies 75000 B Series Service Manual page 65

Fet multiplexer
Hide thumbs Also See for 75000 B Series:
Table of Contents

Advertisement

if (i == 0)
{
printf ("\n2. Connect DMM input HI leads to Power Supply HI");
printf ("\n3. Connect DMM input LO leads to Direct HI");
printf ("\n4. Connect Power Supply LO to Direct LO");
}
if (i == 1)
{
printf ("\n2. Connect DMM input HI leads to Direct HI");
printf ("\n3. Connect DMM input LO leads to Power Supply LO");
printf ("\n4. Connect Power Supply HI to Direct LO");
}
if (i == 2)
{
printf ("\n2. Connect DMM input HI leads to Power Supply HI");
printf ("\n3. Connect DMM input LO leads to Direct LO");
printf ("\n4. Connect Power Supply LO to Chassis");
}
if (i == 3)
{
printf ("\n2. Connect DMM input HI leads to Direct HI");
printf ("\n3. Connect DMM input LO leads to Power Supply LO");
printf ("\n4. Connect Power Supply HI to Chassis");
}
if (i == 4)
{
printf ("\n2. Connect DMM input HI leads to Power Supply HI");
printf ("\n3. Connect DMM input LO leads to Direct LO");
printf ("\n4. Connect Power Supply LO to Chassis");
}
if (i == 5)
{
printf ("\n2. Connect DMM input HI leads to Direct LO");
printf ("\n3. Connect DMM input LO leads to Power Supply LO");
printf ("\n4. Connect Power Supply HI to Chassis");
}
printf ("\n5. Turn ON power supply and set output for +10 Vdc");
printf ("\n6. Press ENTER when connections are complete");
getchar ();
printf (".");
iprintf (dm, "TRIG SGL\n");
iscanf (dm, "%lf", &result[i][0]);
iscanf (dm, "%t", cr);
if (result[i][0] > .01)
printf ("\n\n***** Direct path leakage out of tolerance %6.4lf Volts *****",
result[i][0]);
/*...........................Channel Check.................................................*/
printf (".");
iprintf (id, "CLOS (@100)\n");
iprintf (dm, "TRIG SGL\n");
iscanf (dm, "%lf", &result[i][1]);
iscanf (dm, "%t", cr);
Example C Programs A-7

Advertisement

Table of Contents
loading

This manual is also suitable for:

E1351aE1352aE1353aE1357aE1358a

Table of Contents