change_field_plot_scale#

PostProcessor.change_field_plot_scale(plot_name, minimum_value, maximum_value, is_log=False, is_db=False, scale_levels=None)[source]#

Change Field Plot Scale.

Parameters:
plot_namestr

Name of the Plot Folder to update.

minimum_valuestr, float

Minimum value of the scale.

maximum_valuestr, float

Maximum value of the scale.

is_logbool, optional

Set to True if Log Scale is setup.

is_dbbool, optional

Set to True if dB Scale is setup.

scale_levelsint, optional

Set number of color levels. The default is None, in which case the setting is not changed.

Returns:
bool

True if successful.

References

>>> oModule.SetPlotFolderSettings