SysSound

SCPI Command:

CONFigure:BASE:SYSSound:VOLume
class SysSoundCls[source]

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

get_volume() int[source]
# SCPI: CONFigure:BASE:SYSSound:VOLume
value: int or bool = driver.configure.base.sysSound.get_volume()

Configures the volume of the system sound.

return:

ssound: (integer or boolean) OFF Switches off the system sound without changing the volume setting ON Switches on the system sound without changing the volume setting number A number greater than zero sets the volume and switches on the system sound. Zero sets the volume and switches off the system sound. Range: 0 % to 100 %, Unit: %

set_volume(ssound: int) None[source]
# SCPI: CONFigure:BASE:SYSSound:VOLume
driver.configure.base.sysSound.set_volume(ssound = 1)

Configures the volume of the system sound.

param ssound:

(integer or boolean) OFF Switches off the system sound without changing the volume setting ON Switches on the system sound without changing the volume setting number A number greater than zero sets the volume and switches on the system sound. Zero sets the volume and switches off the system sound. Range: 0 % to 100 %, Unit: %