HP 132A Instrukcja Użytkownika Strona 133

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 330
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 132
Chapter 3 Programming Your Universal Counter for Remote Operation
Elements of SCPI Commands
Programming Guide 3-65
To Measure the Statistics of 50 Measurements
(HP BASIC) (Continued)
520 OUTPUT @Count;":INIT;*OPC" ! Enable OPC bit and starts measurement
530 Loop_here:GOTO Loop_here ! Wait here until measurement complete.
540 !
550 Get_averages: ! Data ready
560 Serial_poll=SPOLL(703)
570 OUTPUT @Count;":CALC3:AVERAGE:TYPE MAX;:CALC3:DATA?"
580 ENTER @Count;Maximum$
590 OUTPUT @Count;":CALC3:AVERAGE:TYPE MIN;:CALC3:DATA?"
600 ENTER @Count;Minimum$
610 OUTPUT @Count;":CALC3:AVERAGE:TYPE MEAN;:CALC3:DATA?"
620 ENTER @Count;Mean$
630 OUTPUT @Count;":CALC3:AVERAGE:TYPE SDEV;:CALC3:DATA?"
640 ENTER @Count;Sdev$
650 PRINT
660 PRINT "Serial Poll = ";Serial_poll ! Should be 96
670 PRINT
680 PRINT USING "21A,22A,X,8A";"Minimum Period = ";Minimum$;" seconds"
690 PRINT USING "21A,22A,X,8A";"Maximum Period = ";Maximum$;" seconds"
700 PRINT USING "21A,22A,X,8A";"Mean Period = ";Mean$;" seconds"
710 PRINT USING "21A,22A,X,8A";"Standard Deviation = ";Sdev$;" seconds"
720 LOCAL 703
730 END
Przeglądanie stron 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 329 330

Komentarze do niniejszej Instrukcji

Brak uwag