get_fext_xtalk_index_from_prefix#

TouchstoneData.get_fext_xtalk_index_from_prefix(tx_prefix, rx_prefix, skip_same_index_couples=True)[source]#

Get the list of all the Far End XTalk from a list of exctitations and a prefix that will be used to retrieve driver and receivers names. If skip_same_index_couples is true, the tx and rx with same index position will be considered insertion losses and excluded from the list.

Parameters:
tx_prefixstr

prefix for TX (eg. “DIE”)

rx_prefixstr

prefix for RX (eg. “BGA”)

skip_same_index_couplesbool

Boolean ignore TX and RX couple with same index. The default value is True.

Returns:
list

List of index couples representing Far End XTalks.