get_insertion_loss_index#

TouchstoneData.get_insertion_loss_index(threshold: float = -3) list#

Get all insertion losses.

The first frequency point is used to determine whether two ports are shorted.

Parameters:
thresholdfloat, int, optional

Threshold to determine shorted ports in dB. The default value is -3.

Returns:
list

List of index couples representing insertion losses of excitations.

Examples

>>> from ansys.aedt.core.visualization.advanced.touchstone_parser import TouchstoneData
>>> obj = TouchstoneData()
>>> obj.get_insertion_loss_index(threshold=1.0)