Protection

SCPI Commands

SYSTem:BEEPer:PROTection:STATe
class ProtectionCls[source]

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

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

Sets or queries protection beeper tone state.

return

arg_0: No help available

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

Sets or queries protection beeper tone state.

param arg_0
  • 1: Protection beeper is activated.

  • 0: Protection beeper is deactivated.

Subgroups