Auto
SCPI Command :
CONFigure:POWer:AUTO
- Commands in total: 6Subgroups: 3Direct child commands: 1
- get() bool[source]
# CONFigure:POWer:AUTO value: bool = driver.applications.k91Wlan.configure.power.auto.get()
Is used to switch on or off automatic power level detection.
- Returns:
mode: ON Automatic power level detection is performed at the start of each measurement sweep, and the reference level is adapted accordingly. OFF The reference level must be defined manually (see method
RsFsw.applications.k60Transient.display.window.trace.y.scale.refLevel.set()) ONCE Automatic power level detection is performed once at the start of the next measurement sweep, and the reference level is adapted accordingly. The command with this parameter corresponds to methodRsFsw.sense.adjust.level.set().
- set(mode: bool) None[source]
# CONFigure:POWer:AUTO driver.applications.k91Wlan.configure.power.auto.set(mode = False)
Is used to switch on or off automatic power level detection.
- Parameters:
mode – ON Automatic power level detection is performed at the start of each measurement sweep, and the reference level is adapted accordingly. OFF The reference level must be defined manually (see method
RsFsw.applications.k60Transient.display.window.trace.y.scale.refLevel.set()) ONCE Automatic power level detection is performed once at the start of the next measurement sweep, and the reference level is adapted accordingly. The command with this parameter corresponds to methodRsFsw.sense.adjust.level.set().
Cloning the Group
# Create a copy of the original group, that exists independently
auto_copy = driver.applications.k91Wlan.configure.power.auto.clone()
Subgroups