16-40
IM 765601-01E
:SYSTem:COMMunicate:RS232:SBITs/?
Function Sets the RS-232 stop bits (1 bit or 2 bits) or
queries the current setting.
Syntax
:SYSTem:COMMunicate:RS232:SBITs 1|2
1
Selects 1 bit.
2
Selects 2 bits.
:SYSTem:COMMunicate:RS232:SBITs?
→ 1 Set to 1 bit.
→ 2 Set to 2 bits.
Example
:SYST:COMM:RS232:SBIT 1
:SYST:COMM:RS232:SBIT?
:SYSTem:COMMunicate:RS232:PACE/?
Function Sets the RS-232 flow control (none, XON-OFF, or
CTS-RTS) or queries the current setting.
Syntax
:SYSTem:COMMunicate:RS232:PACE
NONE|XON|HARDware
NONE
Selects no flow control.
XON
Selects XON-OFF flow control.
HARDware Selects CTS-RTS flow control.
:SYSTem:COMMunicate:RS232:PACE?
→ NONE
Set to no flow control.
→ XON
Set to XON-OFF flow control.
→ HARD
Set to CTS-RTS flow control.
Example
:SYST:COMM:RS232:PACE NONE
:SYST:COMM:RS232:PACE?
:SYSTem:COMMunicate:RS232:
TERMinator/?
Function Sets the RS-232 terminator (CR, LF, or CR+LF) or
queries the current setting.
Syntax
:SYSTem:COMMunicate:RS232:TERMinator
CR|LF|CRLF
CR
Selects CR.
LF
Selects LF.
CRLF Selects CR+LF.
:SYSTem:COMMunicate:RS232:TERMinator?
→ CR
Set to CR.
→ LF
Set to LF.
→ CRLF
Set to CR+LF.
Example
:SYST:COMM:RS232:TERM LF
:SYST:COMM:RS232:TERM?
:SYSTem:COMMunicate:ETHer:MAC?
Function Queries the Ethernet MAC address.
Syntax
:SYSTem:COMMunicate:ETHer:MAC?
→ <character string>
Returns the MAC address in
“00:00:00:00:00:00” format.
Example
:SYST:COMM:ETH:MAC?
:SYSTem:COMMunicate:ETHer:PORT?
Function Queries the command socket port number of
Ethernet.
Syntax
:SYSTem:COMMunicate:ETHer:PORT?
→ 7655
The port number of the command
socket.
Example
:SYST:COMM:ETH:PORT?
:SYSTem:COMMunicate:ETHer:DHCP/?
Function Turns ON/OFF the DHCP function of Ethernet or
queries the current setting.
Syntax
:SYSTem:COMMunicate:ETHer:DHCP
1|0|ON|OFF
1 or ON
Enables the DHCP function.
0 or OFF
Disables the DHCP function.
:SYSTem:COMMunicate:ETHer:DHCP?
→ 1 DHCP function enabled
→ 0 DHCP function disabled
Example
:SYST:COMM:ETH:DHCP ON
:SYST:COMM:ETH:DHCP?
:SYSTem:COMMunicate:ETHer:IP/?
Function Sets the Ethernet IP address or queries the
current setting.
Syntax
:SYSTem:COMMunicate:ETHer:IP
<character string>
<character string> Specify the IP address in
“0.0.0.0” format.
:SYSTem:COMMunicate:ETHer:IP?
→ <character string>
The present IP address.
Example
:SYST:COMM:ETH:IP "192.168.0.17"
:SYST:COMM:ETH:IP?
:SYSTem:COMMunicate:ETHer:MASK/?
Function Sets the Ethernet subnet mask or queries the
current setting.
Syntax
:SYSTem:COMMunicate:ETHer:MASK
<character string>
<character string> Specify the subnet mask in
“0.0.0.0” format.
:SYSTem:COMMunicate:ETHer:MASK?
→ <character string>
The present subnet mask.
Example
:SYST:COMM:ETH:MASK "255.255.254.0"
:SYST:COMM:ETH:MASK?
16.2 Commands