change_plot_scale# FieldPlot.change_plot_scale(minimum_value, maximum_value, is_log=False, is_db=False)[source]# Change Field Plot Scale. Parameters: minimum_valuestr, floatMinimum value of the scale. maximum_valuestr, floatMaximum value of the scale. is_logbool, optionalSet to True if Log Scale is setup. is_dbbool, optionalSet to True if dB Scale is setup. Returns: boolTrue if successful. References >>> oModule.SetPlotFolderSettings Copy to clipboard