Audio

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:PRFRole
CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:CMWRole
class Audio[source]

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

get_cmw_role()RsCmwBluetoothSig.enums.PriorityRole[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:CMWRole
value: enums.PriorityRole = driver.configure.audio.get_cmw_role()

No command help available

return

cmw_role: No help available

get_prf_role()RsCmwBluetoothSig.enums.ProfileRole[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:PRFRole
value: enums.ProfileRole = driver.configure.audio.get_prf_role()

Specifies the audio profile role of the EUT.

return

profile_role: HNDFree | ADGate | ASINk Hands free, hands free - audio gateway, A2DP sink

set_cmw_role(cmw_role: RsCmwBluetoothSig.enums.PriorityRole)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:CMWRole
driver.configure.audio.set_cmw_role(cmw_role = enums.PriorityRole.MASTer)

No command help available

param cmw_role

No help available

set_prf_role(profile_role: RsCmwBluetoothSig.enums.ProfileRole)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:AUDio:PRFRole
driver.configure.audio.set_prf_role(profile_role = enums.ProfileRole.ADGate)

Specifies the audio profile role of the EUT.

param profile_role

HNDFree | ADGate | ASINk Hands free, hands free - audio gateway, A2DP sink