MinimumFrameRate#
- class ansys.fluent.core.generated.datamodel_252.preferences.Root.Graphics.Performance.MinimumFrameRate(service, rules, path)#
Bases:
PyMenuSingleton MinimumFrameRate.
Classes:
DynamicAdjustment(service, rules[, path])Parameter DynamicAdjustment of value type bool.
Enabled(service, rules[, path])Parameter Enabled of value type bool.
FixedCullingValue(service, rules[, path])Parameter FixedCullingValue of value type int.
MaximumCullingThreshold(service, rules[, path])Parameter MaximumCullingThreshold of value type int.
MinimumCullingThreshold(service, rules[, path])Parameter MinimumCullingThreshold of value type int.
TargetFPS(service, rules[, path])Parameter TargetFPS of value type int.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
- class DynamicAdjustment(service, rules, path=None)#
Bases:
PyParameterParameter DynamicAdjustment of value type bool.
- class Enabled(service, rules, path=None)#
Bases:
PyParameterParameter Enabled of value type bool.
- class FixedCullingValue(service, rules, path=None)#
Bases:
PyNumericalParameter FixedCullingValue of value type int.
- class MaximumCullingThreshold(service, rules, path=None)#
Bases:
PyNumericalParameter MaximumCullingThreshold of value type int.
- class MinimumCullingThreshold(service, rules, path=None)#
Bases:
PyNumericalParameter MinimumCullingThreshold of value type int.
- class TargetFPS(service, rules, path=None)#
Bases:
PyNumericalParameter TargetFPS of value type int.
- __init__(service, rules, path)#
__init__ method of PyMenu class.