RIGOL
2-68
VSA Programming Guide
This command is only valid in manual IP setting mode.
Return Format
The query returns the current IP address in the format of "nnn.nnn.nnn.nnn".
Example
The following command sets the IP address to "172.16.3.199".
:SYSTem:COMMunicate:LAN:SELF:IP:ADDRess 172.16.3.199
The following query returns 172.16.3.199.
:SYSTem:COMMunicate:LAN:SELF:IP:ADDRess?
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:STATe
Syntax
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:STATe OFF|ON|0|1
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:STATe?
Description
Sets the mode to obtain the DNS.
Queries the mode to obtain the DNS.
Parameter
Name
Type
Range
Default
--
Bool
OFF|ON|0|1
OFF|0
Remarks
ON|1: enables the auto mode of DNS, that is, selects the auto mode.
OFF|0: disables the auto mode of DNS, that is, selects the manual mode.
Return Format
The query returns 0 or 1.
Example
The following command enables the auto mode of DNS.
:SYSTem:COMMunicate:LAN:SELF:IP:DNS:STATe ON or :SYSTem:COMMunicate:LAN:SELF:IP:DNS:STATe 1
The following query returns 1.
:SYSTem:COMMunicate:LAN:SELF:IP:DNS:STATe?
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSBack
Syntax
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSBack <ip_address>
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSBack?
Description
Sets the backup address for the DNS.
Queries the backup address for the DNS.
Parameter
Name
Type
Range
Default
<ip_address>
ASCII String
Refer to "Remarks"
--