User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
COMM_HELP_LOG?, CHL?
Description
The COMM_HELP_LOG query returns the current contents of the log generated by the Remote Control
Assistant. If the optional parameter CLR is specified, the log is cleared after the transmission; otherwise,
its kept.
Query Syntax
COMM_HEADER_LOG? [CLR]
Response Format
COMM_HEADER_LOG <string containing the logged text>
Example (GPIB)
The following instruction reads and prints the remote control log:
CMD$="CHL?": CALL IBWRT(SCOPE%,CMD$)PRINT
Related Commands
COMM_HELP
6-47