Local

SCPI Commands

SENSe:DATA:CONTrol:DNS:LOCal:CATalog
class Local[source]

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

class CatalogStruct[source]

Structure for reading output parameters. Fields:

  • Url: List[str]: String specifying the URL of a domain

  • Ip: List[str]: Assigned IPv4 address or IPv6 address as string

get_catalog()CatalogStruct[source]
# SCPI: SENSe:DATA:CONTrol:DNS:LOCal:CATalog
value: CatalogStruct = driver.sense.data.control.dns.local.get_catalog()

Queries the entries of the local DNS server database for type A or type AAAA DNS queries. The two values listed below are returned for each database entry: {<Url>, <IP>}entry 0, {<Url>, <IP>}entry 1, …

return

structure: for return value, see the help for CatalogStruct structure arguments.