finesse.model.Model.tag_node

Model.tag_node(node, tag)[source]

Tag a node with a unique name.

Access to this node can then be performed with:

node = model.<tag_name>
Parameters
nodeNode

An instance of a node already present in the model.

tagstr

Unique tag name of the node.