3.4.2.7. lekkersim.Structure.get_model

Structure.get_model(pin_mapping: Dict[Pin, tuple[Structure, Pin]] | None = None, name: str | None = None)

Retunrn model corresponding to structure

Parameters:
  • pin_mapping (dict) – dictionary contain the information of pin mapping {pin_name (str) : (structure (Structure), pin (str))}

  • name (str) – name to assign at the solved model

Returns:

model object containing the scattering matrix od the structure

Return type:

SolvedModel