78
Keysight M8132A 640 GSa/s Digital Signal Processor User’s Guide
6
Remote Programming
:INSTrument:SANDbox<M>:RLISt?
Query
:INSTrument:SANDbox<M>:RLISt?
Description
The query returns the list of all sandbox registers.
<M> An integer, 1 for FPGA A, 2 for FPGA B
Returned Format
[:INSTrument:SANDbox<M>:RLISt] <register_list>
Example
:INSTrument:SANDbox1:RLISt? ->
"Register_Bank_count,Register_Bank_enable_check,Regis
ter_Bank_increment,Register_Bank_scratch"
:INSTrument:SANDbox<M>:RINFo?
Query
:INSTrument:SANDbox<M>:RINFo? <name>
Description
The query returns for a register name address, length, access type.
<M> An integer, 1 for FPGA A, 2 for FPGA B
<name> The name of the register.
Returned Format
[:INSTrument:SANDbox<M>:RINFo <name>] <address>, <length>,
<access_type>
Example
:INSTrument:SANDbox1:RINFo? “Register_Bank_scratch”->
0,4,"RW"
:INSTrument:SANDbox<M>:PEEK?
Query
:INSTrument:SANDbox<M>:PEEK? <address_or_name>
Description
The query returns the register value read.
<M> An integer, 1 for FPGA A, 2 for FPGA B
<address_or_name> The address or name of the register
Returned Format
[:INSTrument:SANDbox<M>:PEEK < address_or_name >] <value>
Example
:INSTrument:SANDbox1:PEEK? “Register_Bank_scratch” ->
7