video#

class ansys.fluent.core.solver.tui_241.main_menu.solve.animate.pulse.video(service, version, mode, path)#

Bases: TUIMenu

Enter the video window options menu.

Classes:

advance_quality(service, version, mode, path)

Advance Quality setting.

format(service, version, mode, path)

Set format for exporting video file.

fps(service, version, mode, path)

Set the Frame Per Sec(FPS) for exporting video file.

height(service, version, mode, path)

Set the height for exporting video file.

name(service, version, mode, path)

Exporting video file name.

quality(service, version, mode, path)

Set quality for exporting video file.

scale(service, version, mode, path)

Set scale by which video resolution will expand.

set_standard_resolution(service, version, ...)

Select from pre-defined resolution list.

use_original_resolution(service, version, ...)

Enable original resolution.

width(service, version, mode, path)

Set the width for exporting video file.

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

Bases: TUIMethod

Set format for exporting video file.

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

Bases: TUIMethod

Set the Frame Per Sec(FPS) for exporting video file.

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

Bases: TUIMethod

Set the height for exporting video file.

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

Bases: TUIMethod

Exporting video file name.

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

Bases: TUIMethod

Set quality for exporting video file.

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

Bases: TUIMethod

Set scale by which video resolution will expand.

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

Bases: TUIMethod

Select from pre-defined resolution list.

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

Bases: TUIMethod

Enable original resolution.

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

Bases: TUIMethod

Set the width for exporting video file.