3.2.2.15. lekkersim.SolvedModel.get_data
- SolvedModel.get_data(pin1: str, pin2: str) DataFrame
Function for returning transmission data between two ports
- Parameters:
pin1 (str) – name of the input pin
pin2 (str) – name of the output pin
- Returns:
- Dataframe containing the data. It contains one column per parameter
- given to solve, plus the following:
’T’ : Transmission in absolute units ‘dB’ : Transmission in dB units ‘Phase’ : Phase of the transmission ‘Amplitude’ : Complex amplitude of the transmission
- Return type:
pandas DataFrame