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
- 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