Aservices

SCPI Commands

SENSe:DATA:CONTrol:DNS:ASERvices:CATalog
class Aservices[source]

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

class CatalogStruct[source]

Structure for reading output parameters. Fields:

  • Name: List[str]: String specifying the service name

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

  • Protocol: List[enums.Protocol]: UDP | TCP

  • Port: List[int]: Range: 0 to 65654

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

Queries the entries of the local DNS server database for type SRV DNS queries. The four values listed below are returned for each database entry: {<Name>, <Url>, <Protocol>, <Port>}entry 0, {…}entry 1, …

return

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