inverting

I keep getting this wrong number of arguments (given0, expected 1) for this pwell_implant = mask(nwell).not.grow(0.25, :mode => :round, :into => pbulk is there a different way to invert?

Comments

  • Hello,

    Assuming nwell is your layer input (nwell = layer("xx/xx")),

    you should use: mask(nwell.inverted).grow(0.25, :mode => :round, :into => pbulk)

    Cheers,

    Tomas

Sign In or Register to comment.