Auto
SCPI Command :
[SENSe]:BWIDth[:RESolution]:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:BWIDth[:RESolution]:AUTO value: bool = driver.applications.k10Xlte.sense.bandwidth.resolution.auto.get()
Couples and decouples the resolution bandwidth to the span.
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: [SENSe]:BWIDth[:RESolution]:AUTO driver.applications.k10Xlte.sense.bandwidth.resolution.auto.set(state = False)
Couples and decouples the resolution bandwidth to the span.
- param state
ON | OFF | 0 | 1