methodAvailable
node
Return a feature by a COMSOL-style model path. Examples: ``model.node("physics/Heat Transfer/Heat Equation")`` or ``model.node(("geometry", "Block 1"))``. The first segment is the feature category; remaining segments are feature labels traversed through parent-child relationships.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.node | — |
| signature | (path: 'str | Iterable[str]') -> 'Feature' | — |
| return | Feature | — |
Return a feature by a COMSOL-style model path. Examples: model.node("physics/Heat Transfer/Heat Equation") or model.node(("geometry", "Block 1")). The first segment is the feature category; remaining segments are feature labels traversed through parent-child relationships.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.node |
| signature | (path: 'str | Iterable[str]') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.node(path: 'str | Iterable[str]') -> 'Feature'