Auto

SCPI Command :

[SOURce<HW>]:BB:BTOoth:FILTer:OSAMpling: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:OSAMpling:AUTO:[STATe]
value: bool = driver.source.bb.btooth.filterPy.osampling.auto.get_state()

Activates the upsampling factor state. If activated, the most sensible parameter values are selected. The value depends on the coherence check. If deactivated, the values can be changed manually.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:FILTer:OSAMpling:AUTO:[STATe]
driver.source.bb.btooth.filterPy.osampling.auto.set_state(state = False)

Activates the upsampling factor state. If activated, the most sensible parameter values are selected. The value depends on the coherence check. If deactivated, the values can be changed manually.

param state

1| ON| 0| OFF