Continuous
SCPI Command :
[SENSe]:ADJust:SCALe[:Y]:AUTO[:CONTinuous]
- class ContinuousCls[source]
- Continuous commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() bool[source]
- # SCPI: [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. - return
- state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on 
 
 - set(state: bool) None[source]
- # SCPI: [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. - param state
- ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on