Complete

SCPI Commands

SYSTem:BEEPer:COMPlete:STATe
class CompleteCls[source]

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

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

Sets or queries the beeper tone.

return

beeper_state: No help available

set_state(beeper_state: bool) None[source]
# SCPI: SYSTem:BEEPer[:COMPlete]:STATe
driver.system.beeper.complete.set_state(beeper_state = False)

Sets or queries the beeper tone.

param beeper_state

1 | 0 ON OFF - Control beeper is deactivated. OFF ON - Control beeper is activated.

Subgroups