get_next_xtalk_list# Circuit.get_next_xtalk_list(trlist=[], tx_prefix='')[source]# Retrieve a list of all the near end XTalks from a list of excitations (driver and receiver). Parameters: trlistlist, optionalList of drivers. The default is []. For example, ["1", "2", "3"]. tx_prefixstr, optionalPrefix to add to driver names. For example, "DIE". The default is "". Returns: list of strList of strings representing near end XTalks of the excitations. For example, ["S(1, 2)", "S(1, 3)", "S(2, 3)"]. References >>> oEditor.GetAllPorts Copy to clipboard