SchemaNode#
- class ansys.cfx.mcp.cfx.schema_cache.SchemaNode#
A single indexed entry in the CFX schema tree.
Overview#
Whether this schema entry represents a named-object collection. |
|
Whether this schema entry represents a parameter leaf. |
|
Whether this schema declared an explicit value set. |
|
Whether this schema entry represents a command. |
Import detail#
from ansys.cfx.mcp.cfx.schema_cache import SchemaNode
Property detail#
- property SchemaNode.is_named: bool#
Whether this schema entry represents a named-object collection.
- Returns:
- bool
Boolean answer for the requested condition.
- property SchemaNode.is_parameter: bool#
Whether this schema entry represents a parameter leaf.
- Returns:
- bool
Boolean answer for the requested condition.