Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

FieldValueDescription
symboltelion_api.Model.node
signature(path: 'str | Iterable[str]') -> 'Feature'
returnFeature

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

PropertyValue
symboltelion_api.Model.node
signature(path: 'str | Iterable[str]') -> 'Feature'
returnFeature

Signature

telion_api.Model.node(path: 'str | Iterable[str]') -> 'Feature'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.node
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.node