Eheader

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHEader:STATe
class EheaderCls[source]

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

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

Enables / disables extended header for advertising packets with scanning PDUs.

return

state: 1| ON| 0| OFF

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

Enables / disables extended header for advertising packets with scanning PDUs.

param state

1| ON| 0| OFF