Result
SCPI Command :
FRANalysis:AUToscale:RESult[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_enable() bool[source]
# FRANalysis:AUToscale:RESult[:ENABle] value: bool = driver.franalysis.autoScale.result.get_enable()
If ON, the scaling of the plot diagram is adjusted when new measurement results are determined.
- set_enable(auto_scale_res: bool) None[source]
# FRANalysis:AUToscale:RESult[:ENABle] driver.franalysis.autoScale.result.set_enable(auto_scale_res = False)
If ON, the scaling of the plot diagram is adjusted when new measurement results are determined.
- Parameters:
auto_scale_res – OFF | ON