change_field_plot_scale# PostProcessor.change_field_plot_scale(plot_name, minimum_value, maximum_value, is_log=False, is_db=False)[source]# Change Field Plot Scale. Parameters: plot_namestrName of the Plot Folder to update. 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