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

node : Node

An instance of a node already present in the model.

tag : str

Unique tag name of the node.