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