Specifications

Chapter 2 Command System RIGOL
M300 Programming Guide 2-91
MMEMory:FORMat:READing:CSEParator
Syntax MMEMory:FORMat:READing:CSEParator <column_separator>
MMEMory:FORMat:READing:CSEParator?
Description
Set the filed separator in the exported file.
Parameters
Name
Type
Range
Default
<column_separator>
Discrete
{TAB|COMMa|SEMicolon}
COMMa
Return
Format
The query returns TAB (space), COMM (comma) or SEM (semicolon).
Example
MMEM:FORM:READ:CSEP SEM
MMEM:FORM:READ:CSEP?
The query returns SEM.
Related
commands
SYSTem:ERRor?
MMEMory:EXPort?
MMEMory:FORMat:READing:RLIMit
Syntax MMEMory:FORMat:READing:RLIMit <row_limit>
MMEMory:FORMat:READing:RLIMit?
Description
Enable or disable the row limit of the exported file.
Parameters
Name
Type
Range
Default
<row_limit>
Bool
{OFF|0|ON|1}
ON
Explanation When the row limit is enabled, the exported file can contain up to 64K (2
16
-1=65535)
rows of data. For a large number of scan readings, the exported data are stored in
files named dat00001.csv, dat00002.csv, dat00003.csv, and so on, with 65,535 rows
of data per file.
When the row limit is disabled, the scan data is stored in a single file named
dat00001.csv. The storage space is limited by both the space available on the USB
storage device and the data format.
This setting is saved in the non-volatile memory (refer to
Appendix C: Non-volatile
Memory) and will not be affected by the *RST or SYSTem:PRESet command.
Return
Format
The query returns 0 (OFF) or 1 (ON).
Example MMEM:FORM:READ:RLIM ON
MMEM:FORM:READ:RLIM?
The query returns 1.
Related
command
MMEMory:EXPort?