skrf.circuit.Circuit.intersections_dict

property Circuit.intersections_dict: dict

Return a dictionary of all intersections with associated ports and z0:

::

{ k: [(ntw1_name, ntw1_port), (ntw1_z0, ntw2_name, ntw2_port), ntw2_z0], … }