view_sync#

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

Bases: TUIMenu

Synchronize window views.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add(service, version, mode, path)

Add list of window ids for synchronization.

add_all(service, version, mode, path)

Synchronize all windows.

list(service, version, mode, path)

Print window ids of open windows.

remove(service, version, mode, path)

Remove list of window ids from synchronization.

remove_all(service, version, mode, path)

Unsynchronize all windows.

start(service, version, mode, path)

Start view synchronization.

stop(service, version, mode, path)

Stop view synchronization.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Add list of window ids for synchronization.

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

Bases: TUIMethod

Synchronize all windows.

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

Bases: TUIMethod

Print window ids of open windows.

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

Bases: TUIMethod

Remove list of window ids from synchronization.

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

Bases: TUIMethod

Unsynchronize all windows.

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

Bases: TUIMethod

Start view synchronization.

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

Bases: TUIMethod

Stop view synchronization.