skrf.circuit.Circuit.edge_labels

property Circuit.edge_labels: dict

Return a dictionary describing the port and z0 of all graph edges.

Dictionary is in the form:

{('ntw1_name', 'X0'): '3 (50+0j)',
 ('ntw2_name', 'X0'): '0 (50+0j)',
 ('ntw2_name', 'X1'): '2 (50+0j)', ... }

which can be used in networkx.draw_networkx_edge_labels