ExportVideoSettings#
- class ansys.fluent.core.generated.datamodel_252.preferences.Root.Graphics.ExportVideoSettings(service, rules, path)#
Bases:
PyMenuSingleton 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:
PyNumericalParameter VideoFPS of value type int.
- class VideoFormat(service, rules, path=None)#
Bases:
PyTextualParameter VideoFormat of value type str.
- class VideoQuality(service, rules, path=None)#
Bases:
PyTextualParameter VideoQuality of value type str.
- class VideoResoutionX(service, rules, path=None)#
Bases:
PyNumericalParameter VideoResoutionX of value type int.
- class VideoResoutionY(service, rules, path=None)#
Bases:
PyNumericalParameter VideoResoutionY of value type int.
- class VideoScale(service, rules, path=None)#
Bases:
PyTextualParameter VideoScale of value type str.
- class VideoSmoothScaling(service, rules, path=None)#
Bases:
PyParameterParameter VideoSmoothScaling of value type bool.
- class VideoUseFrameResolution(service, rules, path=None)#
Bases:
PyParameterParameter VideoUseFrameResolution of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.