Local

SCPI Commands

CONFigure:DATA:CONTrol:DNS:LOCal:DELete
class Local[source]

Local commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

delete(url_or_ip: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:LOCal:DELete
driver.configure.data.control.dns.local.delete(url_or_ip = '1')

Deletes an entry from the database of the local DNS server for type A or type AAAA DNS queries. Each entry consists of two strings, one specifying a domain and the other indicating the assigned IP address. Enter one of these strings to select the entry to be deleted.

param url_or_ip

String selecting the entry to be deleted

Cloning the Group

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

Subgroups