3.4.2.11. lekkersim.Structure.pin

property Structure.pin: Dict[str, tuple[Structure, Pin]]

Alllows the feeding of the sintax structure.pin[‘pin_name’] where the tuple of structure and pin is required

Returns:

Dictionary of the pins, in the format {‘pinname’ : (self, pinname)}

Return type:

dict