User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
PERSIST_LAST, PELT
Description
The PERSIST_LAST command controls whether or not the last trace drawn in a persistence data map is
shown. This command marks or un-marks the "Show Last Trace" checkbox on the Persistence dialog.
Command Syntax
PERSIST_LAST <state>
<state>:= {ON, OFF}
Query Syntax
PERSIST_LAST?
Response Format
PERSIST_LAST <state>
Example (GPIB)
The following instruction ensures the last trace is visible within its persistence data map:
CMD$="PELT ON": CALL IBWRT(SCOPE%,CMD$)
Related Commands
PERSIST, PERSIST_COLOR, PERSIST_SAT, PERSIST_SETUP
6-83