ansys.fluent.core.solver.flobject.WildcardPath#

class ansys.fluent.core.solver.flobject.WildcardPath(flproxy, path, state_cls, settings_cls)#

Class wrapping a wildcard path to perform get_var and set_var on flproxy.

Methods

__init__(flproxy, path, state_cls, settings_cls)

__init__ of WildcardPath class.

get_active_child_names()

Names of children that are currently active.

get_active_command_names()

Names of commands that are currently active.

get_active_query_names()

Names of queries that are currently active.

get_attr(attr[, attr_type_or_types])

Get the requested attribute for the object.

get_attrs(attrs[, recursive])

Get the requested attributes for the object.

get_completer_info([prefix])

Return list of [name, type, doc]

get_state()

Get the state of the object.

is_active()

Whether the object is active.

is_read_only()

Whether the object is read-only.

print_state([out, indent_factor])

Print the state of the object.

set_flproxy(flproxy)

Set flproxy object.

set_state([state])

Set the state of the object.

to_python_keys(value)

Convert value to have keys with Python names.

to_scheme_keys(value)

Convert value to have keys with scheme names.

Attributes

child_names

command_names

flproxy

Proxy object.

fluent_name

obj_name

Name of the scheme of this object.

parent

Parent (container) object.

path

Path with wildcards.

query_names