finesse.components.wire.Wire.connect

Wire.connect(A, B)[source]

Connects two signal nodes together. One must be an INPUT and the other and OUTPUT node. Or one or both might be BIDIRECTIONAL.

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