Agilent Technologies 1912A Manual de Serviço Página 96

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 803
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 95
1 Power Meter Remote Operation
68 N1911A/1912A P-Series Power Meters Programming Guide
power meter has finished calibrating.
CAL:AUTO ONCE
*OPC?
MEAS:POW:AC?
This example GPIB program, in HP Basic, uses the *OPC command and
serial poll to determine when the power meter has finished calibrating.
The advantage to using this method over the *OPC? command is that the
computer can perform other operations while it is waiting for the power
meter to finish calibrating.
10 ASSIGN @Power TO 713
20 OUTPUT @Power;“*CLS”
30 OUTPUT @Power;“*ESE 1”
40 OUTPUT @Power;“CAL:AUTO ONCE;*OPC”
50 WHILE NOT BIT(SPOLL(@Power),5)
60 !(Computer carries out other operations here)
70 END WHILE
80 OUTPUT @Power;“MEAS:POW:AC?”
90 ENTER @Power;Result
100 PRINT Result
110 END
Vista de página 95
1 2 ... 91 92 93 94 95 96 97 98 99 100 101 ... 802 803

Comentários a estes Manuais

Sem comentários