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