Continuous
SCPI Command :
[SENSe]:ADJust:SCALe[:Y]:AUTO[:CONTinuous]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:ADJust:SCALe[:Y]:AUTO[:CONTinuous] value: bool = driver.sense.adjust.scale.y.auto.continuous.get()
Activates automatic scaling of the y-axis in all diagrams according to the current measurement results. Currently auto-scaling is only available for AF measurements. RF power and RF spectrum measurements are not affected by the auto-scaling.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:ADJust:SCALe[:Y]:AUTO[:CONTinuous] driver.sense.adjust.scale.y.auto.continuous.set(state = False)
Activates automatic scaling of the y-axis in all diagrams according to the current measurement results. Currently auto-scaling is only available for AF measurements. RF power and RF spectrum measurements are not affected by the auto-scaling.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on