get_return_loss_index#
- TouchstoneData.get_return_loss_index(excitation_name_prefix='')#
Get the list of all the return loss from a list of excitations.
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 :str, optional
Prefix of the excitation. The default value is
""
.
- Returns:
list
List of index couples representing return losses of excitations.