rename_report# PostProcessor.rename_report(plot_name, new_name)[source]# Rename a plot. Parameters: plot_namestrName of the plot. new_namestrNew name of the plot. Returns: boolTrue when successful, False when failed. References >>> oModule.RenameReport Copy to clipboard