Aservices

SCPI Commands

CONFigure:DATA:CONTrol:DNS:ASERvices:DELete
class Aservices[source]

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

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

Deletes an entry from the database of the local DNS server for type SRV DNS queries.

param name

String specifying the service name of the entry to be deleted

Cloning the Group

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

Subgroups