Dns

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:DNS
class DnsCls[source]

Dns commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class DnsStruct[source]

Response structure. Fields:

  • First: int: No parameter help available

  • Sec: int: No parameter help available

  • Third: int: No parameter help available

  • Fourth: int: No parameter help available

get() DnsStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:DNS
value: DnsStruct = driver.configure.ipvFour.static.ipAddress.dns.get()

Provides the IPv4 address of a DNS server to the built-in IPv4 stack. The setting is relevant for instruments without DAU.

return:

structure: for return value, see the help for DnsStruct structure arguments.

set(first: int, sec: int, third: int, fourth: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:IPVFour:STATic:IPADdress:DNS
driver.configure.ipvFour.static.ipAddress.dns.set(first = 1, sec = 1, third = 1, fourth = 1)

Provides the IPv4 address of a DNS server to the built-in IPv4 stack. The setting is relevant for instruments without DAU.

param first:

No help available

param sec:

No help available

param third:

No help available

param fourth:

No help available