Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
229
WAVEFORM TRANSFER
STORE_SETUP, STST
Command/Query
DESCRIPTION
The STORE_SETUP command controls the way in which traces
will be stored. Any one trace, or all displayed traces, can be set up
for storage, either by auto-storing or by the STORE command.
Using auto-store, two modes are available, FILL, which stops when
the storage medium is full, and WRAP, which replaces the oldest
trace by the latest one. Wrap mode will overwrite any trace file,
whether or not it was made during the current session, and whether
or not it records the same trace.
COMMAND SYNTAX
STore_SeTup
[<trace>,<dest>][,AUTO,<mode>][,FORMAT,<type
>]
<trace>:={C1,C2,C3,C4,F1,F2,F3,F4,F5,F6,F7,
F8,M1,M2,M3,M4,TA,TB,TC,TD,ALL_DISPLAYED}.
TA through TD are for compatibility with existing software with
earlier instruments. These four mnemonics are not returned by
queries.
<dest>:={M1, M2, M3, M4, HDD}
<mode>:= {OFF, FILL, WRAP}
<type>:= {ASCII, BINARY, EXCEL,MATHCAD,
MATLAB}
QUERY SYNTAX
STore_SeTup?
RESPONSE FORMAT
STore_SeTup <trace>,<dest>,AUTO,<mode>
EXAMPLE (GPIB) The following instruction enables autostore for channel 1, to be
performed until insufficient space remains for another file.
CMD$=”STST C1,HDD,AUTO,FILL”
CALL IBWRT(“SCOPE%, CMD$)