finesse.components.wire.Wire.connect¶
- Wire.connect(A, B)[source]¶
- Connects A to B signal nodes together with a - Wireelement. 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
- ASignalNodeorPort
- First signal node or Electrical port with a single node 
- BSignalNodeorPort
- Second signal node or Electrical port with a single node 
 
- A