Tnuap
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:TNUap
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class TnuapStruct[source]
Response structure. Fields:
1 Nap_Uap: str: numeric
2 Bitcount: int: integer Range: 24 to 24
- get() TnuapStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:TNUap value: TnuapStruct = driver.source.bb.btooth.econfiguration.pconfiguration.tnuap.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 TnuapStruct structure arguments.
- set(nap_uap: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:TNUap driver.source.bb.btooth.econfiguration.pconfiguration.tnuap.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