SettingsNode#
- class ansys.fluent.mcp.solve.catalog.schema.SettingsNode#
One node in the settings tree.
Path uses snake_case dotted notation (e.g.
setup.boundary_conditions.wall). NamedObject members are addressed assetup.boundary_conditions.wall["by the caller; the lookup helpers below transparently descend through the schema’s"] object-typeenvelope.
Overview#
Import detail#
from ansys.fluent.mcp.solve.catalog.schema import SettingsNode
Attribute detail#
- SettingsNode.commands: dict[str, CommandSpec]#
- SettingsNode.queries: dict[str, CommandSpec]#