User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
TRACE, TRA
Description
The TRACE command enables or disables the display of a trace. An environment error is set if an attempt
is made to display more than four waveforms. Refer to the EXR table in the EXR? topic for more
information.
The TRACE? query indicates whether or not the specified trace is displayed.
Command Syntax
<trace>:TRACE <mode>
<trace>:= C1 to Cn, F1 to Fn, TA to TD
<mode>:= {ON, OFF}
Note: TA through TD are for backward compatibility. Although accepted, they are not returned by
queries.
Query Syntax
<trace>:TRACE?
Response Format
<trace>:TRACE <mode>
Example (GPIB)
The following instruction displays Trace F1:
CMD$="F1:TRA ON": CALL IBWRT(SCOPE%,CMD$)
6-87