VolControl

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:MICGain
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:SPEaker
class VolControl[source]

VolControl commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_mic_gain()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:MICGain
value: int = driver.configure.connection.audio.volControl.get_mic_gain()

Controls microphone gain for audio tests.

return

microphone_gain: numeric Range: 0 to 15

get_speaker()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:SPEaker
value: int = driver.configure.connection.audio.volControl.get_speaker()

Controls speaker volume for audio tests.

return

speaker_volume: numeric Range: 0 to 15

set_mic_gain(microphone_gain: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:MICGain
driver.configure.connection.audio.volControl.set_mic_gain(microphone_gain = 1)

Controls microphone gain for audio tests.

param microphone_gain

numeric Range: 0 to 15

set_speaker(speaker_volume: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AUDio:VOLControl:SPEaker
driver.configure.connection.audio.volControl.set_speaker(speaker_volume = 1)

Controls speaker volume for audio tests.

param speaker_volume

numeric Range: 0 to 15