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()

Activates the R&S LCX to create an acoustic signal on a completed operation. The query returns the current state.

return:

enable: No help available

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

Activates the R&S LCX to create an acoustic signal on a completed operation. The query returns the current state.

param enable:

No help available

Subgroups