Add

SCPI Commands

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

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

set(url: str, ip: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:LOCal:ADD
driver.configure.data.control.dns.local.add.set(url = '1', ip = '1')

Adds an entry to 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.

param url

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

param ip

Assigned IPv4 address or IPv6 address as string, e.g. ‘192.168.168.170’ or ‘fcb1:abab:1::1’