Node

class strapy.Node.Node(name)

A node in a strapy optical network.

An instance of the Node class is created for each node added to a model. Nodes track the attached components, and hold the sympy symbols associated with the node.

Attributes
namestr

Unique name of the node.

componentslist

List of components attached to node.

symbolstuple of sympy symbols

Tuple of symbols associated with node.