WarningPy

SCPI Commands

SYSTem:BEEPer:WARNing:STATe
class WarningPyCls[source]

WarningPy commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: SYSTem:BEEPer:WARNing:STATe
value: bool = driver.system.beeper.warningPy.get_state()

Activates the R&S LCX to create an acoustic signal on errors and warnings. The query returns the current state.

return:

enable: No help available

set_state(enable: bool) None[source]
# SCPI: SYSTem:BEEPer:WARNing:STATe
driver.system.beeper.warningPy.set_state(enable = False)

Activates the R&S LCX to create an acoustic signal on errors and warnings. The query returns the current state.

param enable:

No help available

Subgroups