Multiple Queries; Instrument Status - HP 54620A Programmer's Manual

Logic analyzer
Hide thumbs Also See for 54620A:
Table of Contents

Advertisement

Programming Getting Started

Multiple queries

Multiple queries
You can send multiple queries to the instrument in a single program message.
When sending multiple queries in this way, you must then read them back in
a single program message. You can do this by either reading them back into a
string variable or into multiple numeric variables. For example, you could
read the result of the query :TIMebase:RANGe?;DELay? into the string
variable Results$ with the command:
ENTER 707;Results$
When you read the result of multiple queries into string variables, each
response is separated by a semicolon. For example, the response of the query
:TIMebase:RANGe?;DELay? would be:
<range_value>; <delay_value>
Use the following program message to read the query
:TIMebase:RANGe?;DELay? into multiple numeric variables:
ENTER 707;Result1,Result2

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. Chapter
6, "Status Reporting" explains how to check the status of the instrument.
34

Advertisement

Table of Contents
loading

This manual is also suitable for:

54620c

Table of Contents