Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
227
WAVEFORM
TRANSFER
STORE, STO
Command
DESCRIPTION
The STORE command stores the contents of the specified trace in
one of the internal memories M1 to M4 or in the current directory
in mass storage.
COMMAND SYNTAX
STOre [<trace>,<dest>]
<trace> : = {F1,F2,F3,F4,F5,F6,F7,F8,TA,TB,TC,TD
,C1,C2,C3, C4,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, FILE}
TIP: If you send the
STORE
command without an argument,
all traces currently enabled in the Store Setup will be stored.
Modify this setup using
STORE_SETUP
.
AVAILABILITY
<trace> : = {C3, C4} only available on four-channel
oscilloscopes.
EXAMPLE (GPIB) The following instruction stores the contents of Trace A (TA) into
Memory 1 (M1):
CMD$=“STO F1,M1”: CALL IBWRT(SCOPE%,CMD$)
The following instruction stores all currently displayed waveforms
onto the memory card:
CMD$=“STO ALL_DISPLAYED, FILE”:
CALL IBWRT(SCOPE%,CMD$)
The following instruction executes the storage operation currently
defined in the Storage Setup (see command STORE_SETUP):
CMD$=“STO”: CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
STORE_SETUP