User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
STORE_SETUP, STST
Description
The STORE_SETUP command controls the way in which traces are stored. Any one trace or all displayed
traces can be set up for storage, either by turning on AUTO store or using the STORE command.
Two modes are available when using AUTO store: FILL, which stops when the storage medium is full, and
WRAP, which replaces the oldest trace by the latest one. Wrap mode overwrites any trace file, whether or
not it was made during the current session or records the same trace.
Command Syntax
STORE_SETUP [<trace>,<dest>][,AUTO,<mode>][,FORMAT,<type>]
<trace>:= C1 to Cn, F1 to Fn, M1 to Mn, TA to TD, ALL_DISPLAYED
<dest>:= M1 to Mn, HDD
<mode>:= {OFF, FILL, WRAP}
<type>:= {ASCII, BINARY, EXCEL,MATHCAD, MATLAB}
Note: TA through TD are for backward compatibility. Although accepted, they are not returned by
queries.
Query Syntax
STORE_SETUP?
Response Format
STORE_SETUP <trace>,<dest>,AUTO,<mode>
Example (GPIB)
The following instruction enables AUTO store for Channel 1, to be performed until insufficient space
remains for another file.
CMD$="STST C1,HDD,AUTO,FILL" CALL IBWRT("SCOPE%", CMD$)
Related Commands
STORE, INR
6-150