Programming Guide
Digital Oscilloscopes Series
41
SAVE/RECALL
CSV_SAVE, CSVS
Command /Query
DESCRIPTION
The CSV_SAVE command selects the specified
option of storing CSV format waveform.
The CSV_SAVE? query returns the option of
storing waveform data of CSV format.
COMMAND SYNTAX
Format1:
CSV_SAVE SAVE,<state>
The option SAVE is that if the waveform data is
stored with parameter.
<save>:= {OFF, ON}
Format2:
CSV_SAVE DD,<DD>,SAVE,<state>
The option DD is the data depth which is saved as.
The option SAVE is that if the waveform data is
stored with parameter.
<DD>:={MAX,DIS} the meaning of MAX is
saved as the maximum data depth. The meaning of
DIS is saved as the date depth which is displayed
on the screen
<save>:= {OFF, ON}
Note:
This command varies with models, so there are two
formats. If your oscilloscope can set the data depth
of CSV file which will be saved, you should use
Format2, such as non-SPO models, otherwise you
should use Format1.
QUERY SYNTAX
CSV_SAVE?
RESPONSE FORMAT
CSV_SAVE SAVE, <state>
EXAMPLE
The following command sets ―para‖ save to off
Command message:
Format1:
CSV_SAVE SAVE,OFF
Format2:
CSVS DD,DIS,SAVE,OFF