Open
Description
Hi Matthias,
When calling pya.Technology.technology_by_name, using the same technology name, I would expect to review the same object each time. Namely if the technology is already registered, the object should be the same one, and I should be able to modify/add to the technology object. But instead, I see ecah call returns a different object. How can this be, and is there a way to return the same one?
> pya.Technology.technology_by_name('EBeam')
<klayout.pyacore.Technology object at 0x16cbf8250>
> pya.Technology.technology_by_name('EBeam')
<klayout.pyacore.Technology object at 0x16cbf89d0>
thank you
Metadata
Assignees
Labels
No labels
Activity