Specifications
Chapter 3 Application Examples RIGOL
M300 Programming Guide 3-15
Module Copy
Requirements
Use the SCPI commands to realize the following functions:
Module copy: copy the source module configuration to the destination module.The source module
configuration and the destination module are as follows.
Sourse Module Configuration
Destination
module
Channel
Parameter
301:331
Function: VOLT:DC;
Range: 20V; Integration
time: 100PLC;
MC3164 in Slot4
332:364
Function: RES;
Range: Auto;
Integration time:
10PLC;
1. *IDN? /*Query the ID string of M300 to check whether the remote communication is
normal*/
2. CONF:VOLT:DC 20,7e-7,(@301:331) /*Configure channels 301 through 331 to the DCV measurement
function with 20V range and 100PLC integration time; overwrite
the current scan list*/
3. CONF:RES AUTO,DEF,(@332:364) /*Configure channels 332 through 364 to the 2WR measurement
function with autorange and overwrite the current scan lsit*/
4. RES:NPLC 10 /*Set the integration time to 10PLC for channels 332 to 364*/
5. CONF:COPY:SLOT:SLOT3,400 /*Copy the configuration of Slot3 to Slot4*/