skrf.qfactor.Qfactor.fitted_network

Qfactor.fitted_network(opt_res=None, frequency=None)[source]

Fitted Network.

Return the Network corresponding to the fitted response.

Parameters:
  • opt_res (None or OptimizedResult. Default is None.) – Solution produced by the fit() method. If None, uses the solution previously calculated, if performed.

  • frequency (None or Frequency. Default is None.) – Frequency for the fitted Network. If None, use the same Frequency than the one used to create the QFactor.

Returns:

ntwk – Fitted Network for the passed Frequency.

Return type:

Network