get_all_return_loss_list#

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

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

Parameters:
excitation_nameslist, optional

List of excitations. The default is None, 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 of str

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

References

>>> oEditor.GetAllPorts