Specifications
Chapter 2 Command System RIGOL
M300 Programming Guide 2-23
The query returns
"VOLT +2.000000E+01,+6.000000E-06","VOLT +2.000000E+01,+6.000000E-06".
Related
command
CONFigure Command Subsystem
CONFigure:COPY:CH:SLOT
Syntax
CONFigure:COPY:CH:SLOT (@<channel>),<slot>
Description Copy the configuration of the source channel (specified by <channel>) to all the channels
(of which the type is the same with that of the source channel) of the destination module
(specified by <slot>), namely extended copy.
Parameters
Name
Type
Range
Default
<channel> Channel
One channel (for the multiplexer channel , DIO
channel or TOT channel), the rules are as
follows: (@101): channel 01 on the module in
Slot1;
None
<slot> Discrete
100/200/300/400/500: the slot number of the
destination module.
None
Explanation The source channel specified by <channel> should be configured in scan list.
Otherwise, an error will be generated when sending this command.
<channel> can only be a single channel (namely the source channel). <slot> defines
the destination module which must be of the same type with the module of the source
channel.
In the extended copy, the following settings of the source channel are automatically
copied to the destination module.
Measurement Configuration: include the measurement function, range, sensor type
and etc.;
Scaling Configuration: include the scaling status and scaling coefficients;
Alarm Configuration: include the alarm status, alarm channel number and alarm limits;
Advanced Configuration: include the integration time, AC filter and etc.
Example It is assumed that both Slot1 and Slot2 are inserted with the MC3132 module.
CONF:VOLT:DC (@101)
CONF:COPY:CH:SLOT (@101),200
CONF? (@202,210)
The query returns
"VOLT +2.000000E+01,+6.000000E-06","VOLT +2.000000E+01,+6.000000E-06".
Related
command
CONFigure Command Subsystem