Taddress

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TADDress:STATe
class TaddressCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TADDress:STATe
value: bool = driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.taddress.get_state()

Enables / disables the signaling of non-significant address part (NAP) and upper address part (UAP) of a target address.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:TADDress:STATe
driver.source.bb.btooth.econfiguration.pconfiguration.ehFlags.taddress.set_state(state = False)

Enables / disables the signaling of non-significant address part (NAP) and upper address part (UAP) of a target address.

param state

1| ON| 0| OFF