Virtuoso Layout Editor: moving objects with SKILL

S

svilen

Guest
Hi,

I want to write a SKILL function to move an object that is selected in
a cellView. Does anyoune knows what property i have to change in order
to move it, and how?

Thanks,
Svilen
 
svilen wrote:
Hi,

I want to write a SKILL function to move an object that is selected in
a cellView. Does anyoune knows what property i have to change in order
to move it, and how?
You need to do
obj~xy=car(obj~>xy)+xofs:cadr(obj~>xy)+yofs

have fun

Thanks,
Svilen
 
Thanks. Do you know how can i sort a list of objects by xCoord ?
 
Use 'sort' with a custom compare function.
Similar to what I did here:
http://groups.google.com/group/comp.cad.cadence/browse_thread/thread/679c1a3714401003


Bernd

svilen wrote:
Thanks. Do you know how can i sort a list of objects by xCoord ?
 

Welcome to EDABoard.com

Sponsor

Back
Top