AdInfo

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:ADINfo:STATe
class AdInfoCls[source]

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

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

Enables / disables the signaling of advertising data information consisting of ‘Advertising Data ID’ and ‘Advertising Set ID’.

return

state: 1| ON| 0| OFF

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

Enables / disables the signaling of advertising data information consisting of ‘Advertising Data ID’ and ‘Advertising Set ID’.

param state

1| ON| 0| OFF