System:cscopy, System:error – RIGOL DG1000Z Series User Manual

Page 210

Advertising
background image

RIGOL

Chapter 2 Command System

2-198

DG1000Z Programming Guide

:SYSTem:CSCopy

Syntax

:SYSTem:CSCopy <name>,<name>

Description

Copy all the parameters and states (except the channel output on/off state) as well

as the arbitrary waveform data of a channel to the other channel.

Parameter

Name

Type

Range

Default

<name>

Discrete

CH1|CH2

None

Explanation

 When the channel coupling function

(

:COUPling:AMPL[:STATe]

,

:COUPling:FREQuency[:STATe]

,

:COUPling:PHASe[

:STATe]

or

:COUPling[:STATe]

) or track function (

[:SOURce[<n>]]:TRACK

) is

turned on, the channel copy function is not available.

 The two <name> parameters cannot be the same, namely <name>,<name>

can be CH1,CH2 or CH2,CH1.

CH1,CH2: copy all the parameters and states (except the channel output

on/off state) as well as the arbitrary waveform data of CH1 to CH2.

CH2,CH1: copy all the parameters and states (except the channel output

on/off state) as well as the arbitrary waveform data of CH2 to CH1.

Example

:SYST:CSC CH1,CH2 /*Copy all the parameters and states (except the channel

output on/off state) as well as the arbitrary waveform

data of CH1 to CH2.*/

Related

Commands

:COUPling:AMPL[:STATe]
:COUPling:FREQuency[:STATe]
:COUPling:PHASe[:STATe]

:COUPling[:STATe]
[:SOURce[<n>]]:TRACK

:SYSTem:ERRor?

Syntax

:SYSTem:ERRor?

Description

Query and clear an error message in the error queue.

Explanation

The error will be cleared when you read the error queue. You can also clear the

error queue using the

*CLS

command (clear the status) or

*RST

command (restore

the instrument to its factory state) or by turning on/off the instrument.

Return Format

The query returns a string consisting of two parts separated by commas. The first

part is the number of the error message and the second part is the content of the

error message; wherein, the content is a string enclosed in double quotation marks.

For example, -113,"Undefined header; keyword cannot be found"; wherein, -113

is the number of the error message and Undefined header; keyword cannot

be found (the content enclosed in the double quotation marks) is the content of

the error message.

Related

Commands

*CLS
*RST

Advertising