BdaNap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:BDANap
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class BdaNapStruct[source]

Response structure. Fields:

  • 1 Bda_Nap: str: numeric Range: #H0000 to #HFFFF

  • 2 Bitcount: int: integer Range: 16 to 16

get() BdaNapStruct[source]
# [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.

Returns:

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

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

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

Parameters:
  • bda_nap – numeric Range: #H0000 to #HFFFF

  • bitcount – integer Range: 16 to 16