Agilent Technologies E1356A Manuale di Servizio Pagina 65

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 68
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 64
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
Vedere la pagina 64
1 2 ... 60 61 62 63 64 65 66 67 68

Commenti su questo manuale

Nessun commento