System Commands
|
I
COMMUNICATION
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response format
EXAMPLE (GPIB)
RELATED COMMANDS
124
PERSIST_SETUP, PESU
Command/Query
The PERSIST_SETUP command sets the number of sweeps to be
retained in the persistence display.
The PERSIST SETUP? query reports the number of sweeps that
will currently be retained in the persistence display.
PErsist_SetUp <sweeps>
<sweeps> := {1, 2, 5, 10, 20, 50, 100, 200, INF}
PErsist_SetUp?
PErsist_SetUp <sweeps>
The following code sets the number of sweeps contributing to the
persistence display to 50:
CMD$="PESU 50": CALL IBWRT(SCOPE%,CMD$)
PERSIST