MinimumFrameRate#

class ansys.fluent.core.datamodel_241.preferences.Root.Graphics.Performance.MinimumFrameRate(service, rules, path)

Bases: PyMenu

Singleton 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.

class DynamicAdjustment(service, rules, path=None)

Bases: PyParameter

Parameter DynamicAdjustment of value type bool.

class Enabled(service, rules, path=None)

Bases: PyParameter

Parameter Enabled of value type bool.

class FixedCullingValue(service, rules, path=None)

Bases: PyNumerical

Parameter FixedCullingValue of value type int.

class MaximumCullingThreshold(service, rules, path=None)

Bases: PyNumerical

Parameter MaximumCullingThreshold of value type int.

class MinimumCullingThreshold(service, rules, path=None)

Bases: PyNumerical

Parameter MinimumCullingThreshold of value type int.

class TargetFPS(service, rules, path=None)

Bases: PyNumerical

Parameter TargetFPS of value type int.