Agilent Technologies E1300B Spezifikationen Seite 46

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 78
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 45
Program Example
A typical program example is as follows. This example sends a SCPI command and returns the data into a
string variable.
10 DIM A$[256]
20 !
30 ! Send SCPI command
40 OUTPUT 70900.;"SYSTem:ERRor?"
50 !
60 ! Read data
70 ENTER 70900.;A$
80 !
90 ! Print returned data
100 PRINT A$
110 END
2-14 Sending SCPI Commands
Seitenansicht 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 77 78

Kommentare zu diesen Handbüchern

Keine Kommentare