plot_fext_xtalk_losses#
- TouchstoneData.plot_fext_xtalk_losses(tx_prefix: str, rx_prefix: str, skip_same_index_couples: bool = True) bool#
Plot all fext crosstalk curves.
- Parameters:
- Returns:
Examples
>>> from ansys.aedt.core.visualization.advanced.touchstone_parser import TouchstoneData >>> obj = TouchstoneData() >>> obj.plot_fext_xtalk_losses(tx_prefix=1, rx_prefix=1)