BdAddress

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:CMW
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:EUT
class BdAddress[source]

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

get_cmw()str[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:CMW
value: str = driver.configure.connection.bdAddress.get_cmw()

Sets/gets the Bluetooth device address (BD_ADDR) of the R&S CMW.

return

bd_address: hex Range: #H0 to #HFFFFFFFFFFFF (12 hexadecimal digits)

get_eut()str[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:EUT
value: str = driver.configure.connection.bdAddress.get_eut()

Sets/gets the Bluetooth device address (BD_ADDR) of a default device to attempt a connection to. If no inquiry was made before, this BD_ADDR is used for paging; otherwise, the device to page can be set via method RsCmwBluetoothSig.Configure. Connection.Paging.Ptarget.value.

return

bd_address: hex Range: #H0 to #HFFFFFFFFFFFF (12 hexadecimal digits)

set_cmw(bd_address: str)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:CMW
driver.configure.connection.bdAddress.set_cmw(bd_address = r1)

Sets/gets the Bluetooth device address (BD_ADDR) of the R&S CMW.

param bd_address

hex Range: #H0 to #HFFFFFFFFFFFF (12 hexadecimal digits)

set_eut(bd_address: str)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:BDADdress:EUT
driver.configure.connection.bdAddress.set_eut(bd_address = r1)

Sets/gets the Bluetooth device address (BD_ADDR) of a default device to attempt a connection to. If no inquiry was made before, this BD_ADDR is used for paging; otherwise, the device to page can be set via method RsCmwBluetoothSig.Configure. Connection.Paging.Ptarget.value.

param bd_address

hex Range: #H0 to #HFFFFFFFFFFFF (12 hexadecimal digits)