Role

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE:LESignaling
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE
class Role[source]

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

get_le_signaling()RsCmwBluetoothSig.enums.SignalingCmwRole[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE:LESignaling
value: enums.SignalingCmwRole = driver.configure.connection.cmw.role.get_le_signaling()

Sets the LE role of the instrument for LE connection tests.

return

sig_cmw_role: CENTral | PERipheral

get_value()RsCmwBluetoothSig.enums.PriorityRole[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE
value: enums.PriorityRole = driver.configure.connection.cmw.role.get_value()

Specifies the connection control role of the R&S CMW for audio connections.

return

role: No help available

set_le_signaling(sig_cmw_role: RsCmwBluetoothSig.enums.SignalingCmwRole)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE:LESignaling
driver.configure.connection.cmw.role.set_le_signaling(sig_cmw_role = enums.SignalingCmwRole.CENTral)

Sets the LE role of the instrument for LE connection tests.

param sig_cmw_role

CENTral | PERipheral

set_value(role: RsCmwBluetoothSig.enums.PriorityRole)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:CMW:ROLE
driver.configure.connection.cmw.role.set_value(role = enums.PriorityRole.MASTer)

Specifies the connection control role of the R&S CMW for audio connections.

param role

MASTer | SLAVe