get_return_loss_index#
- TouchstoneData.get_return_loss_index(excitation_name_prefix='')#
Get the list of all the Returnloss from a list of exctitations.
If no excitation is provided it will provide a full list of return losses.
Example: excitation_names [“1”,”2”] is_touchstone_expression=False output [“S(1,1)”, S(2,2)] Example: excitation_names [“S(1,1)”,”S(1,2)”, S(2,2)] is_touchstone_expression=True output [“S(1,1)”, S(2,2)]
- Parameters:
- excitation_name_prefix
(Default value = ‘’)
- Returns:
list
List of index couples representing return losses of excitations.