Add

SCPI Commands

CONFigure:DATA:CONTrol:DNS:ASERvices:ADD
class Add[source]

Add commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set(name: str, url: str, protocol: RsCmwDau.enums.Protocol, port: int)None[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:ASERvices:ADD
driver.configure.data.control.dns.aservices.add.set(name = '1', url = '1', protocol = enums.Protocol.TCP, port = 1)

Adds an entry to the database of the local DNS server for type SRV DNS queries.

param name

String specifying the service name, e.g. ‘pcscf’

param url

String specifying the URL of the domain, e.g. ‘www.example.com’

param protocol

UDP | TCP

param port

Range: 0 to 65654