Sinfo

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:EHFLags:SINFo:STATe
class SinfoCls[source]

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

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

Enables / disables the signaling of SyncInfo field for periodic advertisement.

return

state: 1| ON| 0| OFF

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

Enables / disables the signaling of SyncInfo field for periodic advertisement.

param state

1| ON| 0| OFF