AutoScale
SCPI Command :
FRANalysis:AUToscale[:ENABle]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_enable() bool[source]
# FRANalysis:AUToscale[:ENABle] value: bool = driver.franalysis.autoScale.get_enable()
Enables the auto scaling function for each measurement.
- Returns:
auto_scale: OFF | ON
- set_enable(auto_scale: bool) None[source]
# FRANalysis:AUToscale[:ENABle] driver.franalysis.autoScale.set_enable(auto_scale = False)
Enables the auto scaling function for each measurement.
- Parameters:
auto_scale – OFF | ON
Cloning the Group
# Create a copy of the original group, that exists independently
autoScale_copy = driver.franalysis.autoScale.clone()
Subgroups