TypePy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:ADDRess:TYPE:LESignaling
class TypePy[source]

TypePy commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_le_signaling()RsCmwBluetoothSig.enums.AddressType[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:ADDRess:TYPE:LESignaling
value: enums.AddressType = driver.configure.connection.address.typePy.get_le_signaling()

Selects public or random addressing.

return

addr_type: PUBLic | RANDom

set_le_signaling(addr_type: RsCmwBluetoothSig.enums.AddressType)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:ADDRess:TYPE:LESignaling
driver.configure.connection.address.typePy.set_le_signaling(addr_type = enums.AddressType.PUBLic)

Selects public or random addressing.

param addr_type

PUBLic | RANDom