Agilent Technologies 2000 X-Series Manuel de service Page 60

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 930
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 59
60 Agilent InfiniiVision 2000 X-Series Oscilloscopes Programmer's Guide
3 Getting Started
To read the :TIMebase:RANGe?;DELay? query result into multiple numeric
variables, you could use the ReadList method to read the query results
into a variant array variable using the commands:
myScope.WriteString ":TIMebase:RANGe?;DELay?"
Dim varResults() As Variant
varResults() = myScope.ReadList
MsgBox "Timebase range: " + FormatNumber(varResults(0) * 1000, 4) + _
" ms, delay: " + FormatNumber(varResults(1) * 1000000, 4) + " us"
Checking Instrument Status
Status registers track the current status of the instrument. By checking
the instrument status, you can find out whether an operation has been
completed, whether the instrument is receiving triggers, and more.
For more information, see Chapter 35, “Status Reporting,” starting on page
759 which explains how to check the status of the instrument.
Vue de la page 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 929 930

Commentaires sur ces manuels

Pas de commentaire