Auto

SCPI Command :

[SENSe]:LIST:RANGe<ri>:BANDwidth:AUTO
class AutoCls[source]

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

get(state: bool, rangePy=RangePy.Default) bool[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:BANDwidth:AUTO
value: bool = driver.applications.k50Spurious.sense.listPy.range.bandwidth.auto.get(state = False, rangePy = repcap.RangePy.Default)

Activates or deactivates automatic definition of the RBW for individual ranges. If necessary, the range is divided further into segments.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:BANDwidth:AUTO
driver.applications.k50Spurious.sense.listPy.range.bandwidth.auto.set(state = False, rangePy = repcap.RangePy.Default)

Activates or deactivates automatic definition of the RBW for individual ranges. If necessary, the range is divided further into segments.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)