Source:trace commands, Source[<n>]][:trace]:data:catalog, Source[<n>]][:trace]:data:copy – RIGOL DG1000Z Series User Manual

Page 184: Source:trace commands -172

Advertising
background image

RIGOL

Chapter 2 Command System

2-172

DG1000Z Programming Guide

:SOURce:TRACe Commands

[:SOURce[<n>]][:TRACe]:DATA:CATalog?

Syntax

[:SOURce[<n>]][:TRACe]:DATA:CATalog?

Description

Query the arbitrary waveform data files currently stored.

Parameter

Name

Type

Range

Default

[<n>]

Discrete

1|2

1

Return Format

The query returns a string consisting of 10 parts separated by commas which

represent the arbitrary waveform data files in the corresponding storage locations

respectively. Each part is a string enclosed in double quotation marks and the

content enclosed in the double quotation marks is the filename of the arbitrary

waveform data file. The content enclosed in the double quotation marks is empty if

the specified storage location does not contain arbitrary waveform data file. For

example, "000.RAF","330.RAF","","","","","","","","".

[:SOURce[<n>]][:TRACe]:DATA:COPY

Syntax

[:SOURce[<n>]][:TRACe]:DATA:COPY <trace_name>,VOLATILE

Description

Copy the arbitrary waveform data file stored to the volatile memory of the specified

channel.

Parameter

Name

Type

Range

Default

[<n>]

Discrete

1|2

1

<trace_name>

ASCII string

Filenames of the

arbitrary waveform

data files stored

None

Explanation

When [:SOURce[<n>]] or [<n>] is omitted, the file will be copied to the volatile

memory of CH1 by default.

Example

:SOUR1:DATA:COPY 000.RAF,VOLATILE /*Copy the arbitrary waveform data

file 000.RAF stored to the volatile

memory of CH1*/

Advertising