Agilent Technologies A.18.00 Instrukcja Użytkownika Strona 215

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 581
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 580 581

Komentarze do niniejszej Instrukcji

Brak uwag