get_all_return_loss_list#

Hfss3dLayout.get_all_return_loss_list(excitation_names=[], excitation_name_prefix='')[source]#

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

Parameters:
excitation_nameslist, optional

List of excitations. The default is [], in which case the return losses for all excitations are to be provided. For example, ["1", "2"].

excitation_name_prefixstr, optional

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

Returns:
list

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

References

>>> oModule.GetAllPorts