Home › Forums › Nazca › Questions and Answers › Euler bends automatic and non automatic routing › Reply To: Euler bends automatic and non automatic routing
4 December 2025 at 16:27
#7302
Keymaster
Hi Denis,
You might try cobra_p2p() or set ‘N’ along with the interconnects for routing automation. For example:
—
import nazca as nd
import nazca.demofab as demo
a1 = demo.deep.strt(10).put(0,0)
a2 = demo.deep.strt(10).put(300, 100, 180)
a3 = demo.deep.cobra_p2p(a1, a2, N=10).put()
demo.deep.euler_arc_euler(N=5).put(a3.pin[‘b4’])
nd.export_gds()
—
Katarzyna
-
This reply was modified 4 months, 1 week ago by
Katarzyna.