Home Forums Nazca Issues with sbend_solve Reply To: Issues with sbend_solve

#6237
iv_tern
Member

Apologies, the lines about the pins are referring to trs pin2=trs.pin[‘a0’], as the original names are slightly long and convoluted, I edited it for clarity’s sake. It turns out that it is however a cell, not an instance.

Fixed the issue – it turns out that this makes an instance

trs=testpat.obj().put()

and this makes a cell

trs=testpat.obj.()

trs.put()