Volume

SCPI Command :

SYSTem:SPEaker:VOLume
class VolumeCls[source]

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

get() float[source]
# SCPI: SYSTem:SPEaker:VOLume
value: float = driver.applications.k70Vsa.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.

return

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

set(volume: float) None[source]
# SCPI: SYSTem:SPEaker:VOLume
driver.applications.k70Vsa.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.

param volume

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