3.3.2.4. lekkersim.Solver.connect

Solver.connect(structure1: Structure, pin1: Pin | str, structure2: Structure, pin2: Pin | str) None

Connect two different structures in the solver by the specified pins

Parameters:
  • structure1 (Structure) – first structure

  • pin1 (Pin | str) – pin or pin name of first structure

  • structure2 (Structure) – second structure

  • pin2 (Pin | str) – pin or pin name of second structure

Returns:

None