310 ! Send the query. In this example the ME NU? query is sent. All
320 ! que ries except the SYSTem:D ATA and SYST em:SETup can be sent wit h
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
36–23