report_plots#

class ansys.fluent.core.solver.tui_241.main_menu.solve.report_plots(service, version, mode, path)#

Bases: TUIMenu

Enters the report plots menu.

Classes:

add(service, version, mode, path)

Creates a report plot.

axes(service, version, mode, path)

Defines the axes for a report plot.

clear_data(service, version, mode, path)

Clears the data associated with a report plot.

curves(service, version, mode, path)

Defines the curves for a report plot.

delete(service, version, mode, path)

Deletes a report plot object.

delete_all(service, version, mode, path)

Deletes all of the report plot objects.

edit(service, version, mode, path)

Edits a report plot.

get_window_id(service, version, mode, path)

Get report-plot object window id.

list(service, version, mode, path)

Lists all defined report plots.

list_properties(service, version, mode, path)

Lists the properties of a report plot.

plot(service, version, mode, path)

Plots the specified report plot.

class add(service, version, mode, path)#

Bases: TUIMethod

Creates a report plot.

class axes(service, version, mode, path)#

Bases: TUIMethod

Defines the axes for a report plot.

class clear_data(service, version, mode, path)#

Bases: TUIMethod

Clears the data associated with a report plot.

class curves(service, version, mode, path)#

Bases: TUIMethod

Defines the curves for a report plot.

class delete(service, version, mode, path)#

Bases: TUIMethod

Deletes a report plot object.

class delete_all(service, version, mode, path)#

Bases: TUIMethod

Deletes all of the report plot objects.

class edit(service, version, mode, path)#

Bases: TUIMethod

Edits a report plot.

class get_window_id(service, version, mode, path)#

Bases: TUIMethod

Get report-plot object window id.

class list(service, version, mode, path)#

Bases: TUIMethod

Lists all defined report plots.

class list_properties(service, version, mode, path)#

Bases: TUIMethod

Lists the properties of a report plot.

class plot(service, version, mode, path)#

Bases: TUIMethod

Plots the specified report plot.