playback#

class ansys.fluent.core.solver.tui_231.main_menu.solve.animate.playback(path, service)#

Bases: TUIMenu

Enters the animation playback menu.

Methods:

delete(*args, **kwargs)

Deletes animation sequence.

play(*args, **kwargs)

Plays the selected animation.

read(*args, **kwargs)

Reads new animation from file or already defined animations.

set_custom_frames(*args, **kwargs)

Specify a custom start frame, increment, and end frame for video export.

stored_view(*args, **kwargs)

Plays the 3D animation sequence using the view stored in the sequence.

write(*args, **kwargs)

Writes animation sequence to the file.

Classes:

video(path, service)

Enters the video menu.

delete(*args, **kwargs)#

Deletes animation sequence.

play(*args, **kwargs)#

Plays the selected animation.

read(*args, **kwargs)#

Reads new animation from file or already defined animations.

set_custom_frames(*args, **kwargs)#

Specify a custom start frame, increment, and end frame for video export.

stored_view(*args, **kwargs)#

Plays the 3D animation sequence using the view stored in the sequence.

class video(path, service)#

Bases: TUIMenu

Enters the video menu.

Classes:

advance_quality(path, service)

Advance Quality setting.

Methods:

format(*args, **kwargs)

Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).

fps(*args, **kwargs)

Sets the target frames per second (FPS) for the saved video file.

height(*args, **kwargs)

Set the height for exporting video file.

name(*args, **kwargs)

Sets the name of the saved video file.

quality(*args, **kwargs)

Set quality for exporting video file.

scale(*args, **kwargs)

Expands or collapses the resolution based on this scaling factor.

set_standard_resolution(*args, **kwargs)

Select from pre-defined resolution list.

use_original_resolution(*args, **kwargs)

Controls whether the resolution of the saved video file matches that of the images used to create it.

width(*args, **kwargs)

Set the width for exporting video file.

class advance_quality(path, service)#

Bases: TUIMenu

Advance Quality setting.

Methods:

bitrate(*args, **kwargs)

Set video bitrate(kbits/sec) for exporting video file.

bitrate_scale(*args, **kwargs)

Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.

compression_method(*args, **kwargs)

Compression methode for Microsoft AVI movie.

enable_h264(*args, **kwargs)

H264 encoding flag.

bitrate(*args, **kwargs)#

Set video bitrate(kbits/sec) for exporting video file.

bitrate_scale(*args, **kwargs)#

Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.

compression_method(*args, **kwargs)#

Compression methode for Microsoft AVI movie.

enable_h264(*args, **kwargs)#

H264 encoding flag.

format(*args, **kwargs)#

Specifies what format the video file will be written in (MP4 | AVI | FLV | MOV | MPEG).

fps(*args, **kwargs)#

Sets the target frames per second (FPS) for the saved video file.

height(*args, **kwargs)#

Set the height for exporting video file.

name(*args, **kwargs)#

Sets the name of the saved video file.

quality(*args, **kwargs)#

Set quality for exporting video file.

scale(*args, **kwargs)#

Expands or collapses the resolution based on this scaling factor.

set_standard_resolution(*args, **kwargs)#

Select from pre-defined resolution list.

use_original_resolution(*args, **kwargs)#

Controls whether the resolution of the saved video file matches that of the images used to create it.

width(*args, **kwargs)#

Set the width for exporting video file.

write(*args, **kwargs)#

Writes animation sequence to the file.