Auto
SCPI Command :
[SOURce<HW>]:BB:BTOoth:FILTer:ILENgth:AUTO:[STATe]
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:ILENgth:AUTO:[STATe] value: bool = driver.source.bb.btooth.filterPy.ilength.auto.get_state()
Activates the impulse length state. If activated, the most sensible parameter values are selected. The value depends on the coherence check.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:ILENgth:AUTO:[STATe] driver.source.bb.btooth.filterPy.ilength.auto.set_state(state = False)
Activates the impulse length state. If activated, the most sensible parameter values are selected. The value depends on the coherence check.
- param state
1| ON| 0| OFF