310 ! Send th e query. In thi s example the ME NU? query is sen t. All
320 ! queries except the SYST em:DATA and SYST em:SETup can be sent with
330 ! this program.
340 !
350 OUTPUT 707;"MENU?"
360 !
370 ! ****************************************************************
380 ! The two lines that follow transfer the query response from the
390 ! query buffer to the controller and then print the response.
400 !
410 ENTER 707;Query$
420 PRINT Query$
430 !
440 !
450 END
Programming Examples
Sending Queries to the Logic Analyzer
43–19