get_fext_xtalk_list#
- Hfss.get_fext_xtalk_list(drivers=None, receivers=None, drivers_prefix_name='', receivers_prefix_name='', skip_same_index_couples=True, math_formula='', nets=None)#
Geta list of all the far end XTalks from two lists of excitations (driver and receiver).
- Parameters:
- drivers
list,optional List of drivers. The default is
[]. For example,["1", "2"].- receivers
list,optional List of receivers. The default is
[]. For example,["3", "4"].- drivers_prefix_name
str,optional Prefix for driver names. For example,
"DIE". The default is"".- receivers_prefix_name
str,optional Prefix for receiver names. For examples,
"BGA"The default is"".- skip_same_index_couplesbool,
optional Whether to skip driver and receiver couples with the same index position. The default is
True, in which case the drivers and receivers with the same index position are considered insertion losses and excluded from the list.- math_formula
str,optional One of the available AEDT mathematical formulas to apply. For example,
abs, dB.- nets
list,optional List of nets to filter the output. The default is
None, in which case all parameters are returned.
- drivers
- Returns:
References
>>> oEditor.GetAllPorts