HP (Hewlett-Packard) 16500C Sander User Manual


 
310 ! Send the query. In this example the MENU? query is sent. All
320 ! queries except the SYSTem:DATA and SYSTem: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 Analysis System
15–8