Tnuap
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:TNUap
- class TnuapCls[source]
Tnuap commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class TnuapStruct[source]
Response structure. Fields:
Nap_Uap: str: numeric
Bitcount: int: integer Range: 24 to 24
- get() TnuapStruct [source]
# SCPI: [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.
- return
structure: for return value, see the help for TnuapStruct structure arguments.
- set(nap_uap: str, bitcount: int) None [source]
# SCPI: [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.
- param nap_uap
numeric
- param bitcount
integer Range: 24 to 24