Skip to content

Off Track Terminal Noop

A station marked off_track whose only continuation is an inter-section edge to the next section, with no in-section successor. It renders inline on the trunk rather than lifting into a bump that immediately drops back down to reach the exit port (issue #1295).

Mermaid source
examples/topologies/off_track_terminal_noop.mmd
%%metro title: Off-track Terminal Has Nothing to Protect
%%metro style: dark
%%metro line: a | Line A | #2db572
%%metro file: out1 | GTF | Output
%%metro off_track: out1
graph LR
subgraph s1 [S1]
%%metro exit: right | a
n1[N1]
n2[N2]
n1 -->|a| n2
n2 -->|a| out1
end
subgraph s2 [S2]
%%metro entry: left | a
m1[M1]
out1 -->|a| m1
end
CLI command
Terminal window
nf-metro render examples/topologies/off_track_terminal_noop.mmd -o off_track_terminal_noop.svg
Rendered map
Off-track Terminal Has Nothing to Protect 1 2 N1 M1 N2 out1 Line A created with nf-metro v1.1.0+dev