Source[<n>]][:trace]:data:dac16 – RIGOL DG1000Z Series User Manual

Page 185

Advertising
background image

Chapter 2 Command System

RIGOL

DG1000Z Programming Guide

2-173

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

Syntax

[:SOURce[<n>]][:TRACe]:DATA:DAC16 VOLATILE,<flag>,<data>

Description

Download waveform table to the DDRII internal memory.

Parameter

Name

Type

Range

Default

[<n>]

Discrete

1|2

1

<flag>

ASCII string

Refer to the “Explanation”

None

<data>

Explanation

 The command consists of two parts; wherein, the first part is the command

string ([:TRACe]:DATA:DAC16 VOLATILE,<flag>,) and the second part is the

binary data (<data>). <flag> denotes the data transimmision status and can

be set to CON or END; wherein, CON denotes that there is still data package

after this one; END denotes that this is the last data package and the data

transimission finishes. <data> denotes the binary data to be downloaded,

the length of the data is 8pts (16Bytes) to 16kpts (32kBytes).

 <data> is a binary data block start with #. For example, #516384 binary data,

the number 5 behind # denotes that the data length information (16384)

occupies 5 characters; 16384 denotes the number of bytes of the binary data

following it. The range of each binary data is from 0000 to 3FFF. Each

waveform point occupies 2 bytes, therefore the number of bytes must be an

even number.

 When <flag> in the command is set to END, the instrument switches to

arbitrary waveform output automatically.

Advertising