get_all_return_loss_list#
- Hfss.get_all_return_loss_list(excitations: list | None = None, excitation_name_prefix: str = '', math_formula: str = '', nets: list | None = None) list#
Get a list of all return losses for a list of excitations.
- Parameters:
- excitations
list,optional List of excitations. The default is
None, in which case the return losses for all excitations are provided. For example["1", "2"].- excitation_name_prefix
str,optional Prefix to add to the excitation names. The default is
"",- math_formula
str,optional One of the available AEDT mathematical formulas to apply. For example,
abs, dB.- nets
list,optional List of nets to filter the output. The default is
None, in which case all parameters are returned.
- excitations
- Returns:
References
>>> oEditor.GetAllPorts