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:
- Returns:
listList 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)