Auto
SCPI Command :
[SENSe]:LIST:RANGe<ri>:BANDwidth:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(state: bool, rangePy=RangePy.Default) bool[source]
# [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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
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]
# [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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)