User manual
RIGOL Chapter 2 Command System
2-160 DSA700 Programming Guide
:SYSTem:COMMunicate:APORt
Syntax
:SYSTem:COMMunicate:APORt GPIB|LAN|USB|OFF
:SYSTem:COMMunicate:APORt?
Description
Select the current communication port or disable all the communication ports.
Query the communication port currently selected.
Parameter
Name
Type
Range
Default
-- Keyword GPIB|LAN|USB|OFF OFF
Return Format
The query returns GPIB, LAN, USB or OFF.
Example
The command below set the communication port to LAN.
:SYSTem:COMMunicate:APORt LAN
The query below returns LAN.
:SYSTem:COMMunicate:APORt?
:SYSTem:COMMunicate:BRMT
Syntax
:SYSTem:COMMunicate:BRMT OFF|ON|0|1
:SYSTem:COMMunicate:BRMT?
Description
Switch the instrument state to local or remote mode.
Query the current operation state of the instrument.
Parameter
Name
Type
Range
Default
--
Bool
OFF|ON|0|1
--
Explanation
OFF|0: switch the instrument state to local mode.
On|1: switch the instrument state to remote mode.
Return Format
The query returns 0 or 1.
Example
The command below switches the instrument to local mode.
:SYSTem:COMMunicate:BRMT OFF or :SYSTem:COMMunicate:BRMT 0
The query below returns 0.
:SYSTem:COMMunicate:BRMT?