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_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.

Returns:
bool

True if successful.

References

>>> oModule.SetPlotFolderSettings