Home › Forums › Nazca › Straight taper › Reply To: Straight taper
14 November 2018 at 12:32
#5270
Douglas
Participant
Not sure am doing it right, but when I add
# Export nodes
nd.Pin('a0', pin=inTpr.pin['a0']).put()
nd.Pin('b0', pin=outTpr.pin['a0']).put()
# Put stubs
nd.stub([], length=0)
nd.put_stub()
inside my cell definition, I get a:
AttributeError: module ‘nazca’ has no attribute ‘stub’
Is this the right place to put it?