User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
PERSIST_SETUP, PESU
Description
The PERSIST_SETUP command selects the persistence duration of the display, in seconds, in persistence
mode. The persistence can also be set on either all traces or only the top two shown on the screen.
The PERSIST_SETUP? query indicates the current status of the persistence.
Command Syntax
PERSIST_SETUP <time>,<mode>
<time>:= {0.5, 1, 2, 5, 10, 20, infinite}
<mode>:= {PERTRACE, ALL}
Note: This command does not support the argument Top2 of legacy instruments.
Query Syntax
PERSIST_SETUP?
Response Format
PERSIST_SETUP <time>,<mode>
Example (GPIB)
The following instruction sets the variable persistence to 10 seconds on all traces:
CMD$="PESU 20,ALL": CALL IBWRT(SCOPE%,CMD$)
Related Commands
PERSIST, PERSIST_COLOR, PERSIST_PERS, PERSIST_SAT
6-86