3.2.2.17. lekkersim.SolvedModel.get_monitor
- SolvedModel.get_monitor(input_dic: Dict[str, float], power: bool = True) DataFrame
Function for returning data from monitors
- This function returns the mode coefficients if inputs and outputs of every structure selected
as monitors
- Parameters:
input_dic (dict) – Dictionary of the input amplitudes. Format is {‘pinname’ : amplitude (float or complex)}. Missing pins are assumed to have 0 amplitude.
- Returns:
- DataFrame with the amplitude at the ports. It has one column for each
parameter given to solve plus two columns for monitor port.
- Return type:
pandas DataFrame