Home Forums Nazca trace for Euler bend

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6122
    jgnedy
    Member

    I believe the length_geo attribute was forgotten for the Interconnects.euler function return. Adding the line

    C.length_geo = 2 * radius * abs(arad)

    after line 840 in mask_elements.py would fix this.

    #6125
    Ronald
    Keymaster

    Dear jgnedy,

    Thanks, that would be the length_geo indeed and I now added it. It was not so much forgotten as that there is a transition in how to store information in cells, moving from ‘trace’ to ‘pathfinder’ and having lengths defined as relations between pins rather than a cell property like length_geo. The latter works well for mask elements, including the euler bend, which has a closed form length anyway.

    Ronald

    #6126
    jgnedy
    Member

    Thanks Ronald, good to know. I’ll look into using pathfinder if/when it is ready. I do see one forum post regarding it.

    -Joe

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.