timestep_selector#

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

Bases: TUIMenu

Select timesteps for transient postprocessing.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

all(service, version, mode, path)

Select all timesteps.

custom(service, version, mode, path)

Select timesteps uniformly or through timestep list.

first(service, version, mode, path)

Select first timestep.

last(service, version, mode, path)

Select last timestep.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Select all timesteps.

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

Bases: TUIMethod

Select first timestep.

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

Bases: TUIMethod

Select last timestep.