HP 132A Manual de usuario Pagina 142

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 330
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 141
Chapter 3 Programming Your Universal Counter for Remote Operation
Programming Examples
3-74 Programming Guide
To Optimize Throughput (HP BASIC) (Continued)
500 OUTPUT @Count;":INIT:CONT ON" ! Put counter in Run mode
510 OUTPUT @Count;"FETCH:FREQ?" ! Fetch the frequency to be used
520 ENTER @Count USING "#,K";Dummy$ ! for the expected frequency.
530 OUTPUT @Count;":FREQ:EXP1 ";VAL(Dummy$)!Tell the counter what frequency
540 ! to expect on Ch 1. This number
550 ! must be within 10% of the input
560 ! frequency. Using this greatly
570 ! increases throughput. When
580 ! high throughput is not needed,
590 ! the expected value is not
600 ! required.
610 FOR I=1 TO 200
620 TRIGGER @Count ! Trigger the counter and read
630 ENTER @Count;A$(I)
640 NEXT I
650 FOR I=1 TO 10 ! Print first 10 measurements
660 PRINT A$(I),
670 NEXT I
680 END
Vista de pagina 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 329 330

Comentarios a estos manuales

Sin comentarios