BdaNap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:BDANap
class BdaNapCls[source]

BdaNap commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class BdaNapStruct[source]

Response structure. Fields:

  • Bda_Nap: List[str]: numeric Range: #H0000 to #HFFFF

  • Bitcount: int: integer Range: 16 to 16

get() BdaNapStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:BDANap
value: BdaNapStruct = driver.source.bb.btooth.pconfiguration.bdaNap.get()

Enters the non-significant address part of Bluetooth Device Address. The length of NAP is 16 bits or 4 hexadecimal figures.

return

structure: for return value, see the help for BdaNapStruct structure arguments.

set(bda_nap: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:BDANap
driver.source.bb.btooth.pconfiguration.bdaNap.set(bda_nap = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Enters the non-significant address part of Bluetooth Device Address. The length of NAP is 16 bits or 4 hexadecimal figures.

param bda_nap

numeric Range: #H0000 to #HFFFF

param bitcount

integer Range: 16 to 16