Node¶
-
class
strapy.Node.Node(name)¶ A node in a strapy optical network.
An instance of the
Nodeclass is created for each node added to a model. Nodes track the attached components, and hold the sympy symbols associated with the node.Attributes: - name : str
Unique name of the node.
- components : list
List of components attached to node.
- symbols : tuple of sympy symbols
Tuple of symbols associated with node.