MonitorPlot#

class ansys.fluent.visualization.matplotlib.matplot_objects.MonitorPlot(name, parent, api_helper)#

Monitor Plot.

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

plot

Draw plot.