Agilent Technologies A.18.00 Manuale Utente Pagina 215

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 581
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 214
215
IEEE 488.2 Common Commands
Example program: Using *OPC through polling of the Standard Event Status Register
10 INTEGER Stdevnt_reg_val
20 OUTPUT 714;"DISP RFG;RFG:OUTP ’Dupl’;AMPL 0 dBm;FREQ 320 MHz;*OPC"
30 LOOP
40 OUTPUT 714;"*ESR?" ! Poll the register
50 ENTER 714;Stdevnt_reg_val
60 EXIT IF BIT(Stdevnt_reg_val,0) ! Exit if Operation Complete bit set
70 END LOOP
80 PRINT "All operations complete."
90 END
Vedere la pagina 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 580 581

Commenti su questo manuale

Nessun commento