3.4.2.1. lekkersim.Structure.add_conn

Structure.add_conn(pin: Pin, target: Structure, target_pin: Pin) None

Add connection between a self pin and a pin in another structure

Parameters:
  • pin (str) – name of self pin

  • target (Structure) – structure to which to connect

  • target_pin (str) – name of the pin in the target structure to whcih to connect

Returns:

None