Asetting

SCPI Command :

[SOURce<HW>]:BBIN:DIGital:ASETting:STATe
class AsettingCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BBIN:DIGital:ASETting:STATe
value: bool = driver.source.bbin.digital.asetting.get_state()

Activates automatic adjustment of the baseband input signal.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BBIN:DIGital:ASETting:STATe
driver.source.bbin.digital.asetting.set_state(state = False)

Activates automatic adjustment of the baseband input signal.

param state

1| ON| 0| OFF