display_states#

class ansys.fluent.core.generated.solver.tui_242.main_menu.display.display_states(service, version, mode, path)#

Bases: TUIMenu

Enter the display state manipulation menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

apply(service, version, mode, path)

Apply a display state to the active window.

copy(service, version, mode, path)

Create a new display state with settings copied from an existing display state.

create(service, version, mode, path)

Create a new display state.

delete(service, version, mode, path)

Delete a display state.

edit(service, version, mode, path)

Edit a particular display state setting.

list(service, version, mode, path)

Print the names of the available display states to the console.

read(service, version, mode, path)

Read display states from a file.

use_active(service, version, mode, path)

Update an existing display state's settings to match those of the active graphics window.

write(service, version, mode, path)

Write display states to a file.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Apply a display state to the active window.

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

Bases: TUIMethod

Create a new display state with settings copied from an existing display state.

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

Bases: TUIMethod

Create a new display state.

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

Bases: TUIMethod

Delete a display state.

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

Bases: TUIMethod

Edit a particular display state setting.

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

Bases: TUIMethod

Print the names of the available display states to the console.

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

Bases: TUIMethod

Read display states from a file.

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

Bases: TUIMethod

Update an existing display state’s settings to match those of the active graphics window.

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

Bases: TUIMethod

Write display states to a file.