Specifications
RIGOL 2 Command System
2-408 DS2000 Programming Guide
2-408
:SYSTem:SETup
Syntax
:SYSTem:SETup <setup_data>
:SYSTem:SETup?
Description
Send the file data of the system setup.
Read the file data of the system setup.
Explanation
When sending, the format of the data stream:
The Stream Block Header (::= #NXXXXXX) is used to describe the length of the data
stream. Wherein, # is the start denoter of the data stream; N is less than or equal to
9; the N figures following N represents the length of the data stream in bytes. For
example, #9000002493, wherein, N is 9 and 000002493 represents that the data
stream contains 2493 bytes effective data.
When reading, directly put the data stream at the end of the character string to finish
the sending with one operation.
<setup_data> is binary data block.
Make sure that the buffer is large enough to receive the data stream, otherwise the
program might be abnormal during the reading.