Agilent Technologies E1343A Manual de servicio Pagina 71

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 84
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 70
iprintf (dm, "TRIG SGL\n");
iscanf (dm, "%t", reading);
printf ("\nDC Isolation -- HI to CHASSIS ");
printf (" R = %s Ohms", reading);
/*........................HI to LO.....................................*/
printf ("\n\nConnect DMM HI and LO to E1346A COMMON HI and COMMON
LO");
getchar ();
iprintf (dm, "TRIG SGL\n");
iscanf (dm, "%t", reading);
printf ("\nDC Isolation -- HI to LO ");
printf (" R = %s Ohms", reading);
/*........................HI to GUARD..................................*/
printf ("\n\nConnect DMM HI and LO to E1346A COMMON HI and COMMON G");
getchar ();
iprintf (dm, "TRIG SGL\n");
iscanf (dm, "%t", reading);
printf ("\nDC Isolation -- HI to GUARD ");
printf (" R = %s Ohms", reading);
/*.....................................................................*/
iprintf (id, "OPEN (@193,100,108,116)\n");
iclose (id);
/* Close instrument session */
iclose (dm);
}
Appendix A Example C Programs 69
Vista de pagina 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 83 84

Comentarios a estos manuales

Sin comentarios