ExportVideoSettings#

class ansys.fluent.core.generated.datamodel_242.preferences.Root.Graphics.ExportVideoSettings(service, rules, path)#

Bases: PyMenu

Singleton ExportVideoSettings.

Classes:

AdvancedVideoQualityOptions(service, rules, path)

Singleton AdvancedVideoQualityOptions.

VideoFPS(service, rules[, path])

Parameter VideoFPS of value type int.

VideoFormat(service, rules[, path])

Parameter VideoFormat of value type str.

VideoQuality(service, rules[, path])

Parameter VideoQuality of value type str.

VideoResoutionX(service, rules[, path])

Parameter VideoResoutionX of value type int.

VideoResoutionY(service, rules[, path])

Parameter VideoResoutionY of value type int.

VideoScale(service, rules[, path])

Parameter VideoScale of value type str.

VideoSmoothScaling(service, rules[, path])

Parameter VideoSmoothScaling of value type bool.

VideoUseFrameResolution(service, rules[, path])

Parameter VideoUseFrameResolution of value type bool.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class VideoFPS(service, rules, path=None)#

Bases: PyNumerical

Parameter VideoFPS of value type int.

class VideoFormat(service, rules, path=None)#

Bases: PyTextual

Parameter VideoFormat of value type str.

class VideoQuality(service, rules, path=None)#

Bases: PyTextual

Parameter VideoQuality of value type str.

class VideoResoutionX(service, rules, path=None)#

Bases: PyNumerical

Parameter VideoResoutionX of value type int.

class VideoResoutionY(service, rules, path=None)#

Bases: PyNumerical

Parameter VideoResoutionY of value type int.

class VideoScale(service, rules, path=None)#

Bases: PyTextual

Parameter VideoScale of value type str.

class VideoSmoothScaling(service, rules, path=None)#

Bases: PyParameter

Parameter VideoSmoothScaling of value type bool.

class VideoUseFrameResolution(service, rules, path=None)#

Bases: PyParameter

Parameter VideoUseFrameResolution of value type bool.

__init__(service, rules, path)#

__init__ method of PyMenu class.