3.4.2.8. lekkersim.Structure.get_out_to
- Structure.get_out_to(st: Structure) List[tuple[Structure, Pin]]
Find pins of self with are connected to a target structure
- Parameters:
st (Structure) – target structure
- Returns:
list of tuple (structure (Structure), pin_name (str)) contaning the list of pins which connects to the target structure
- Return type:
pin_list