Inter Row Drop Section Clearance
An inter-row drop threading the gap between two packed sections whose internal sub-gaps are offset by less than the routing clearance. The vertical channel sits centred in the overlap, sharing the unavoidable shortfall evenly instead of skimming one section's edge.
Mermaid source
%%metro title: Inter-row drop channel clearance%%metro line: l1 | Line 1 | #e6007e%%metro grid: src | 0,0%%metro grid: top_a, top_b | 1,0%%metro grid: bot_c, bot_d | 1,1
graph LR subgraph src [Source] %%metro exit: right | l1 s1[Start] end subgraph top_a [Top A] %%metro entry: left | l1 %%metro exit: right | l1 a1[Aa] end subgraph top_b [Top B] %%metro entry: left | l1 b1[Bb] end subgraph bot_c [Bottom C] %%metro entry: left | l1 c1[Cc] c2[Plastid Pi counts] c1 -->|l1| c2 end subgraph bot_d [Bottom D] %%metro entry: left | l1 d1[Dd] end
s1 -->|l1| a1 a1 -->|l1| b1 a1 -->|l1| d1CLI command
nf-metro render examples/topologies/inter_row_drop_section_clearance.mmd -o inter_row_drop_section_clearance.svg