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_name
str
Name of the Plot Folder to update.
- minimum_value
str
,float
Minimum value of the scale.
- maximum_value
str
,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_levels
int
,optional
Set number of color levels. The default is
None
, in which case the setting is not changed.
- plot_name
- Returns:
- bool
True
if successful.
References
>>> oModule.SetPlotFolderSettings