get_all_return_loss_list#

Hfss3dLayout.get_all_return_loss_list(excitations=None, excitation_name_prefix='', math_formula='', nets=None)[source]#

Get a list of all return losses for a list of excitations.

Parameters:
excitationslist, 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_prefixstr, optional

Prefix to add to the excitation names. The default is "",

math_formulastr, optional

One of the available AEDT mathematical formulas to apply. For example, abs, dB.

netslist, optional

List of nets to filter the output. The default is None, in which case all parameters are returned.

Returns:
list of str

List of strings representing the return losses of the excitations. For example, ["S(1, 1)", S(2, 2)].

References

>>> oEditor.GetAllPorts