Primary

SCPI Commands

CONFigure:DATA:CONTrol:DNS:PRIMary:STYPe
class Primary[source]

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

get_stype()RsCmwDau.enums.ServerType[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:PRIMary:STYPe
value: enums.ServerType = driver.configure.data.control.dns.primary.get_stype()

Select the primary and secondary DNS server type.

return

stype: NONE | INTernal | IAForeign | FOReign NONE: no DNS server address sent to the DUT INTernal: use local DNS server IAForeign: use local DNS server, if no entry found then foreign DNS server FOReign: use foreign DNS server

set_stype(stype: RsCmwDau.enums.ServerType)None[source]
# SCPI: CONFigure:DATA:CONTrol:DNS:PRIMary:STYPe
driver.configure.data.control.dns.primary.set_stype(stype = enums.ServerType.FOReign)

Select the primary and secondary DNS server type.

param stype

NONE | INTernal | IAForeign | FOReign NONE: no DNS server address sent to the DUT INTernal: use local DNS server IAForeign: use local DNS server, if no entry found then foreign DNS server FOReign: use foreign DNS server