RerouteResult#

class ansys.fluent.mcp.solve.lib.active_path.RerouteResult#

Result of checking a proposed path against the live mode.

active=True means the path is fine to write as-is. active=False means the path is in a known multi-path class and is INACTIVE under the current mode; correct_path carries the active sibling when it can be derived deterministically (else None), and reason is a short human-readable explanation suitable for a validator diagnostic.

Overview#

Import detail#

from ansys.fluent.mcp.solve.lib.active_path import RerouteResult

Attribute detail#

RerouteResult.active: bool#
RerouteResult.correct_path: str | None#
RerouteResult.reason: str#
RerouteResult.group: str | None#
RerouteResult.active_family: str | None = None#