Inuap
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:INUap
- class InuapCls[source]
Inuap commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class InuapStruct[source]
Response structure. Fields:
Nap_Uap: str: numeric
Bitcount: int: integer Range: 24 to 24
- get() InuapStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:INUap value: InuapStruct = driver.source.bb.btooth.econfiguration.pconfiguration.inuap.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 InuapStruct structure arguments.
- set(nap_uap: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:INUap driver.source.bb.btooth.econfiguration.pconfiguration.inuap.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