Programming Examples
Sending Queries to the Logic Analysis System
310
! Send the query.
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
15–8
In this example the MENU? query is sent.
All