3.4.2.9. lekkersim.Structure.intermediate
- Structure.intermediate(st: Structure, pin_mapping: Dict[Pin, tuple[Structure, Pin]]) None
Used to generate the function for monitoring the modes between two structures
This function is use to generate tge function to coumpe the modes amplitude at selected internal ports between 2 structures.
- Parameters:
st (Structure) – structure towards which to monitor the ports. Connectivity between the structures has to be already specified.
pin_mapping (dict) – dictionary of pin mapping in the form {pin_name (str) : (structure (Structure), pin (str) )}. used when building the function to keep track of the correct pin naming
- Returns:
function for returnin modal coefficient given a dictionary with the inputs dict: dictionary containing the mapping between ports of st and scattering matrix entry
- Return type:
Function