Anuap

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ANUap
class AnuapCls[source]

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

class AnuapStruct[source]

Response structure. Fields:

  • Nap_Uap: List[str]: numeric

  • Bitcount: int: integer Range: 24 to 24

get() AnuapStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ANUap
value: AnuapStruct = driver.source.bb.btooth.econfiguration.pconfiguration.anuap.get()

Sets the non-significant address part (NAP) and upper address part (UAP) of Bluetooth device address. Commands for the advertising ..:ANUap, initiating ..:INUap, and scanning ..:SNUap PDUs of advertising channel type are provided. In addition, a command is provided for scanner’s or initiator’s target device address to which the advertisement is directed ..:TNUap.

return

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

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

Sets the non-significant address part (NAP) and upper address part (UAP) of Bluetooth device address. Commands for the advertising ..:ANUap, initiating ..:INUap, and scanning ..:SNUap PDUs of advertising channel type are provided. In addition, a command is provided for scanner’s or initiator’s target device address to which the advertisement is directed ..:TNUap.

param nap_uap

numeric

param bitcount

integer Range: 24 to 24