ⓘ
Run Generate first to load grouped suggestions for
Start point, End point, and
Track coordinate from the current design
(instances, pins, and pointers). Click the
▾ button next to a field to browse.
Generates: dsn.route_p2p(mn=[start, end], via_tag=[...], netname='...'). Adds route_pointer_offset=True when the checkbox is set.
+
Generates: dsn.route_trk(mn=[start, end], track=[v, None]) (or [None, v] for horizontal). Adds route_pointer_offset=True when the checkbox is set.
Type a net name above to list matching pins (run Generate first).
+
Generates: dsn.route_net(netname='...', track=[v, None]) (or [None, v] for horizontal). Adds route_pointer_offset=False when the checkbox is cleared. nodes/nodes_include/nodes_exclude are appended as kwargs only when filled.
Generated command:
Select insertion point
Click a gap between two lines in the source code below to insert
the generated command there. Hover a gap to see where it will land.