Home Forums Nazca Straight taper Reply To: Straight taper

#5269
Ronald
Keymaster

Dear Douglas,

To see the pinname and arrow but not the xsectional info of the stub:

nd.put_stub([], length=0)
# [] assumes a stub for all pins in the cell.

or

nd.put_stub(['a0', 'b0'], length=0)
# explicitly set a stub for pin 'a0' and 'b0'.

Ronald