Aptr

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:APTR:STATe
class AptrCls[source]

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

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

Enables / disables secondary advertising channel.

return

state: 1| ON| 0| OFF

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

Enables / disables secondary advertising channel.

param state

1| ON| 0| OFF