Anuap
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ANUap
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class AnuapStruct[source]
Response structure. Fields:
1 Nap_Uap: str: numeric
2 Bitcount: int: integer Range: 24 to 24
- get() AnuapStruct[source]
# [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.
- Returns:
structure: for return value, see the help for AnuapStruct structure arguments.
- set(nap_uap: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ANUap driver.source.bb.btooth.econfiguration.pconfiguration.anuap.set(nap_uap = rawAbc, 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.
- Parameters:
nap_uap – numeric
bitcount – integer Range: 24 to 24