Filter#

class ansys.fluent.core.generated.datamodel_252.flicing.Root.Case.Results.Graphics.ParticleTracks._ParticleTracks.Filter(service, rules, path)#

Bases: PyMenu

Singleton Filter.

Classes:

Enabled(service, rules[, path])

Parameter Enabled of value type bool.

FilterField(service, rules[, path])

Parameter FilterField of value type str.

Inside(service, rules[, path])

Parameter Inside of value type bool.

MaxValue(service, rules[, path])

Parameter MaxValue of value type float.

MinValue(service, rules[, path])

Parameter MinValue of value type float.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

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

Bases: PyParameter

Parameter Enabled of value type bool.

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

Bases: PyTextual

Parameter FilterField of value type str.

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

Bases: PyParameter

Parameter Inside of value type bool.

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

Bases: PyNumerical

Parameter MaxValue of value type float.

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

Bases: PyNumerical

Parameter MinValue of value type float.

__init__(service, rules, path)#

__init__ method of PyMenu class.