Volume

SCPI Command :

SYSTem:SPEaker:VOLume
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# SYSTem:SPEaker:VOLume
value: float = driver.system.speaker.volume.get()

Defines the volume of the built-in loudspeaker for demodulated signals. This setting is maintained for all applications. The command is available in the time domain in Spectrum mode and in Analog Modulation Analysis mode.

Returns:

volume: Percentage of the maximum possible volume. Range: 0 to 1

set(volume: float) None[source]
# SYSTem:SPEaker:VOLume
driver.system.speaker.volume.set(volume = 1.0)

Defines the volume of the built-in loudspeaker for demodulated signals. This setting is maintained for all applications. The command is available in the time domain in Spectrum mode and in Analog Modulation Analysis mode.

Parameters:

volume – Percentage of the maximum possible volume. Range: 0 to 1