Specifications
RIGOL Chapter 2 Command System
2-178 DG1000Z Programming Guide
[:SOURce[<n>]][:TRACe]:DATA:VALue
Syntax [:SOURce[<n>]][:TRACe]:DATA:VALue VOLATILE,<point>,<data>
[:SOURce[<n>]][:TRACe]:DATA:VALue? VOLATILE,<point>
Description Modify the decimal integer value of the specified point in the volatile memory.
Query the decimal integer value of the specified point in the volatile memory.
Parameter
Name Type Range Default
[<n>] Discrete 1|2 1
<point> Integer
1 to the number of
waveform points
None
<data> Integer 0 to 16383 None
Explanation <point> is the point to be modified and <data> is a decimal data.
This command is only valid when the output waveform is arbitrary waveform
and the arbitrary waveform type is volatile waveform.
Return Format The query returns an integer between 0 and 16383.
Example :DATA:VAL VOLATILE,5,8 /*Modify the decimal integer value of the fifth point
to 8*/
:DATA:VAL? VOLATILE,5 /*Query the decimal integer value of the fifth point
and the query returns 8*/