3.2.2.16. lekkersim.SolvedModel.get_full_output
- SolvedModel.get_full_output(input_dic: Dict[str, float], power: bool = True) DataFrame
Function for getting the output do the system given the inputs
- Parameters:
input_dic (dict) – Dictionary of the input amplitudes. Format is {‘pinname’ : amplitude (float or complex)}. Missing pins are assumed to have 0 amplitude.
power (bool) – if True, power (in absolute units) between the ports is returned, otherwise the complex amplitude is returned. Default is True
- Returns:
- DataFrame with the outputs. It has one column for each parameter
given to solve plus one column for each pin.
- Return type:
pandas DataFrame