Hi everyone.
In PADS Layout components are placed according to the absolute origin for example if i need to move the U1 component for ( x=300;y=400) from the origin by using the modeless command SX 300;and Sy 400 it will be place on (300,400)location.
but i need to keep U2 component with repective to U1 for example U1 component placed on X=300 y =400 location but U2 component should be move certain 100 mil in x and y location for U2 component location should be x=400 and y=500( i should not use modeless command SX=400 and Sy =500) (in allegro ix command using ) let me expalin any one how to component with respect to another component ??