Asetting
SCPI Command :
[SOURce<HW>]:BBIN:DIGital:ASETting:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BBIN:DIGital:ASETting:STATe value: bool = driver.source.bbin.digital.asetting.get_state()
Activates automatic adjustment of the baseband input signal.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BBIN:DIGital:ASETting:STATe driver.source.bbin.digital.asetting.set_state(state = False)
Activates automatic adjustment of the baseband input signal.
- Parameters:
state – 1 | ON | 0| OFF