MonitorPlot#
- class ansys.fluent.visualization.matplotlib.matplot_objects.MonitorPlot(name, parent, api_helper)#
Provides for displaying monitor plots.
- Parameters:
- name
- parent
- api_helper
- .. code-block:: python
from ansys.fluent.visualization.matplotlib import Plots
matplotlib_plots = Plots(session) plot1 = matplotlib_plots.Monitors[“plot-1”] plot1.monitor_set_name = ‘residuals’ plot1.plot(“window-0”)
Attributes
Member
Summary
monitor_set_name
Monitor set name.
monitor_set_name.allowed_values
monitor_set_name
allowed values.Commands
Command
Summary
get_ancestors_by_name
get_ancestors_by_type
get_path
get_root
get_session
get_session_handle
plot
Draw plot.