get_next_xtalk_list#

Hfss3dLayout.get_next_xtalk_list(trlist=None, tx_prefix='', math_formula='', net_list=None)[source]#

Get a list of all the near end XTalks from a list of excitations (driver and receiver).

Parameters:
trlistlist, optional

List of drivers. The default is None. For example, ["1", "2", "3"].

tx_prefixstr, optional

Prefix to add to driver names. For example, "DIE". The default is "".

math_formulastr, optional

One of the available AEDT mathematical formulas to apply. For example, abs, dB.

net_listlist, optional

List of nets to filter the output. The default is None, in which case all parameters are returned.

Returns:
list of str

List of strings representing near end XTalks of the excitations. For example, ["S(1, 2)", "S(1, 3)", "S(2, 3)"].

References

>>> oEditor.GetAllPorts