Current

SCPI Commands

SYSTem:BEEPer:CURRent:STATe
class CurrentCls[source]

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

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

Sets or queries current control beeper tone state.

return

arg_0: No help available

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

Sets or queries current control beeper tone state.

param arg_0
  • 1: Control beeper is activated.

  • 0: Control beeper is deactivated.