dashboard#

class ansys.fluent.core.generated.solver.tui_251.main_menu.display.embedded_windows.dashboard(service, version, mode, path)#

Bases: TUIMenu

Enter to create, edit, delete, display embedded windows dashboards.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

close(service, version, mode, path)

Close existing dashboard.

create(service, version, mode, path)

Create new dashboard.

delete(service, version, mode, path)

Delete existing dashboard.

display(service, version, mode, path)

Display existing dashboard.

edit(service, version, mode, path)

Edit existing dashboard.

list(service, version, mode, path)

List all dashboards.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Close existing dashboard.

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

Bases: TUIMethod

Create new dashboard.

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

Bases: TUIMethod

Delete existing dashboard.

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

Bases: TUIMethod

Display existing dashboard.

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

Bases: TUIMethod

Edit existing dashboard.

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

Bases: TUIMethod

List all dashboards.