I've tried making the origin of the rectangle stretchable by giving 't' to ?moveOrigin in the function rodAssignHandleToParameter but I failed. I succeeded in creating the rectangle and making it stretchable but I can not move the origin of the rectangle. Can anyone tell me why? Here is my code: pcDefinePcell( list(ddGetObj( "test_lib") "test_pcell" "layout") (Metal_W 0.23) (Metal_L 0.6) (Met1 "METAL1") let(() Metal=rodCreateRect( ?layer Met1 ?width Metal_W ?length Metal_L ) rodAssignHandleToParameter( ?Parameter "Metal_L" ?rodObj Metal ?handleName list("upperCenter" "lowerCenter") ?displayName "Metal_L" ?stretchDir "y" ?stretchType "relative" ?moveOrigin t ?updateIncrement 0.005 ) ) ) Regards John
↧