Output

SCPI Commands

SYSTem:BEEPer:OUTPut:STATe
class OutputCls[source]

Output commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Sets or queries output beeper tone state.

return

arg_0: No help available

set_state(arg_0: bool) None[source]
# SCPI: SYSTem:BEEPer:OUTPut:STATe
driver.system.beeper.output.set_state(arg_0 = False)

Sets or queries output beeper tone state.

param arg_0
  • 1: Output beeper is activated.

  • 0: Output beeper is deactivated.