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 as setup.boundary_conditions.wall[""] by the caller; the lookup helpers below transparently descend through the schema’s object-type envelope.

Overview#

Import detail#

from ansys.fluent.mcp.solve.catalog.schema import SettingsNode

Attribute detail#

SettingsNode.path: str#
SettingsNode.kind: str#
SettingsNode.help: str#
SettingsNode.child_names: tuple[str, Ellipsis]#
SettingsNode.commands: dict[str, CommandSpec]#
SettingsNode.queries: dict[str, CommandSpec]#
SettingsNode.has_allowed_values: bool#
SettingsNode.user_creatable: bool#
SettingsNode.aliases: dict[str, str]#