ansys.fluent.core.solver.flobject.ListObject#
- class ansys.fluent.core.solver.flobject.ListObject(name=None, parent=None)#
A
ListObject
container is a container object, similar to a Python list object. Generally, many such objects can be created.- Attributes:
- command_names: list[str]
Names of the commands.
Methods
get_size()
Get the size of the list.
resize(size)
Resize the list.
Methods
__init__
([name, parent])__init__ of ListObject class.
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_size
()Return the number of elements in a list object.
Get the state of the object.
Whether the object is active.
Whether the object is read-only.
print_state
([out, indent_factor])Print the state of the object.
resize
(size)Resize the list 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 scheme names.
to_scheme_keys
(value)Convert value to have keys with scheme names.
Attributes
command_names
flproxy
Proxy object.
fluent_name
obj_name
Name of the scheme of this object.
parent
Parent (container) object.
path
Path of the object.
query_names