Specifications

RIGOL Chapter 3 Application Examples
3-12 M300 Programming Guide
Store and Recall
Store and Recall in Internal Memory
Requirements
Use the SCPI commands to realize the following functions:
Configure the instrument as shown in the table below and save the current system configuration with the
filename “sys20130708 to the internal memory. Then, recall the system configuration file and overwrite
the current system configuration.
Configuration Item
Status
sound
ON
screen saver
ON
decimal point
.
separator
None
power key
OFF
brightness
10
1. *IDN? /*Query the ID string of M300 to check whether the remote
communication is normal*/
2. SYST:UTI:BEEP:STAT ON /*Enable the beeper*/
3. SYST:UTI:SAVE:STAT ON /*Enable the screen saver function
*/
4. SYST:UTI:FORM:DECI DOT /*Set the display form of the decimal point of the screen data to “
*/
5. SYST:UTI:FORM:SEPA NONE /*Set the display form of the separator of the screen data to “None*/
6. SYST:UTI:POWE:SWIT:STAT ON /*Set the status of the power switch to ON*/
7. SYST:UTI:DISP:BRIG 10 /*Set the brightness of the screen to 10*/
8. MEM:SAVE:SYSTsys20130708/*Save the current system configuration in the sys20130708.sfg file
in the internal memory*/
9. MEM:REC:SYST sys20130708 /*Recall the sys20130708.sfg file and overwrite the current system
configuration*/
To Store System Configuration and Scan Data in the USB Storage
Device
Requirements
Use the SCPI commands to realize the following functions:
Store the scan list configuration in the USB storage device; store the system configuration and scan data in
the USB storage device; set the separator of the scan data to “,and enable the row limit of the date stored.
1. *IDN? /*Query the ID string ofM300 to check whether the remote communication is
normal*/
2. MMEM:FORM:READ:CSEP COMM /*Set the separator of the data in the USB storage device to
comma*/
3. MMEM:FORM:READ:RLIM ON /*Enable the row limit
*/
4. MMEM:EXP? /*Export the readings in the reading memory and the instrument configuration to the
USB storage device*/