report_plots#

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

Bases: TUIMenu

Manage report plots.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add(service, version, mode, path)

Add a new object.

axes(service, version, mode, path)

Set axes options of an object.

clear_data(service, version, mode, path)

Clear report plot data.

curves(service, version, mode, path)

Set curves options of an object.

delete(service, version, mode, path)

Delete an object.

delete_all(service, version, mode, path)

Delete all plot objects.

edit(service, version, mode, path)

Edit an object.

get_window_id(service, version, mode, path)

Get report-plot object window id.

list(service, version, mode, path)

List objects.

list_properties(service, version, mode, path)

List properties of an object.

plot(service, version, mode, path)

Plot.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Add a new object.

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

Bases: TUIMethod

Set axes options of an object.

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

Bases: TUIMethod

Clear report plot data.

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

Bases: TUIMethod

Set curves options of an object.

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

Bases: TUIMethod

Delete an object.

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

Bases: TUIMethod

Delete all plot objects.

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

Bases: TUIMethod

Edit an object.

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

Bases: TUIMethod

Get report-plot object window id.

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

Bases: TUIMethod

List objects.

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

Bases: TUIMethod

List properties of an object.

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

Bases: TUIMethod

Plot.