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:
- A
SignalNode
orPort
First signal node or Electrical port with a single node
- B
SignalNode
orPort
Second signal node or Electrical port with a single node
- A