Agilent-technologies E1300B Manuel d'utilisateur Page 96

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 244
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 95
address. You will then know the starting address , and (from the
NRAM:CRE < size> command) the length of the NRAM segment.
Example: Allocating an NRAM segment and locating it. This example shows
how to allocate a small 128 byte NRAM segment. In addition, it shows how to
determine the starting address of that segment.
define variables
10 REAL Addr,Size
128 byte NRAM segment
20 OUTPUT 70900;"DIAG:NRAM:CRE 128"
reset the system
30 OUTPUT 70900;"DIAG:BOOT"
allow time for reset to begin
40 WAIT 5
wait for self-test to complete
50 ON TIMEOUT 7,.1 GOTO Complete
60 Complete:B= SPOLL(70900)
query starting addr
70 OUTPUT 70900;"DIAG:NRAM:ADDR?"
enter starting addr
80 ENTER 70900;Addr
print it
90 PRINT USING "31X,""Addr= "",8D";Addr
4-8 Using the Mainframe
Vue de la page 95
1 2 ... 91 92 93 94 95 96 97 98 99 100 101 ... 243 244

Commentaires sur ces manuels

Pas de commentaire