Dns

SCPI Commands

CONFigure:DATA:CONTrol:DNS:RESallquery
class Dns[source]

Dns commands group definition. 18 total commands, 6 Sub-groups, 1 group commands

get_res_all_query()bool[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:RESallquery
value: bool = driver.configure.data.control.dns.get_res_all_query()

Configures the response of the internal DNS server, if no matching database entry is found for a DNS query of type A or AAAA.

return

dns_resolve_all: OFF | ON OFF: Return no IP address ON: Return the DAU IP address

set_res_all_query(dns_resolve_all: bool)None[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:RESallquery
driver.configure.data.control.dns.set_res_all_query(dns_resolve_all = False)

Configures the response of the internal DNS server, if no matching database entry is found for a DNS query of type A or AAAA.

param dns_resolve_all

OFF | ON OFF: Return no IP address ON: Return the DAU IP address

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.dns.clone()

Subgroups