State

SCPI Commands

SOURce:DATA:CONTrol:DNS:STATe
class State[source]

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

get()RsCmwDau.enums.DauState[source]
# SCPI: SOURce:DATA:CONTrol:DNS:STATe
value: enums.DauState = driver.source.data.control.dns.state.get()

Starts or stops the local DNS server.

return

state: OFF | ON | PENDing OFF: service switched off ON: service switched on PEND: service activation or deactivation ongoing

set(control: bool)None[source]
# SCPI: SOURce:DATA:CONTrol:DNS:STATe
driver.source.data.control.dns.state.set(control = False)

Starts or stops the local DNS server.

param control

ON | OFF Switch the service ON or OFF