Specifications
RIGOL Chapter 2 Command System
2-44 M300 Programming Guide
DIAGnostic:PEEK:SLOT:DATA
DIAGnostic:POKE:SLOT:DATA
Syntax DIAGnostic:PEEK:SLOT:DATA? {100|200|300|400|500}
DIAGnostic:POKE:SLOT:DATA {100|200|300|400|500},<quoted_string>
Description The POKE command is used to define the labels for the 5 module slots. The PEEK
command is used to query the label of the specified slot.
Parameters
Name
Type
Range
Default
{100|200|300|400|500}
Discrete
100|200|300|400|500
None
<quoted_string>
ASCII
String
ASCII string enclosed in double
quotation marks of up to 10
characters.
None
Description <quoted_string> cannot exceeds 10 characters. When the string contains more then
10 characters, the additional characters will be ingorned but no error will be
generated.
The label specified by <quoted_string> is stored in the non-volatile memory (refer to
Appendix C: Non-volatile Memory) and a Factory Reset (the *RST command) will not
clear the label.
Return
Format
The query returns the quoted label string. For example, “DMM”.
Example DIAG:POKE:SLOT:DATA 100,“MUX32-1”
DIAG:PEEK:SLOT:DATA? 100
The query returns "MUX32-1".