finesse.components.wire.Wire.connect

Wire.connect(A, B)[source]

Connects A to B signal nodes together with a Wire element. If A or B are ports then the first node is selected from the port to connect. If A or B have more than one node then you should specify.

explicitly which one to use - an exception will be raised in this case.

Parameters
ASignalNode or Port

First signal node or Electrical port with a single node

BSignalNode or Port

Second signal node or Electrical port with a single node