Agilent Technologies InfiniiVision 3000 DSO-X 3054A Manual de Serviço Página 54

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 970
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 53
54 Agilent InfiniiVision 3000 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 34, “Status Reporting,” starting on page
829 which explains how to check the status of the instrument.
Vista de página 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 969 970

Comentários a estes Manuais

Sem comentários