3.3.2.10. lekkersim.Solver.map_pins
- Solver.map_pins(pin_mapping: Dict[Pin | str, tuple[Structure, Pin]])
Add mapping of pins
it the pin mapping is provided with a string, only the basename can be set. For setting the mode name too, please use the Pin object
- Parameters:
pin_mapping (dict) – dictionary of pin mapping in the form {pin object or pin name : (structure (Structure), pin (str) )}
- Returns:
None