how to descend, implement changes, then ascend, from an instance using skill code

Status
Not open for further replies.

adhil1986

Junior Member level 1
Joined
Mar 14, 2011
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,402
I am designing a program to to select instances in a given layout descend into the layout and then upsize it from 36nm x 36nm to 40nm x 40nm. but i have no problem descending into an instance to impliment the changes, but i have a problem getting out to go to the next instance. please help me, here is my code.

procedure(instance_descend()
inst = geGetEditCellView()~>instances
foreach(inst_hld inst
geSelectFig(inst_hld)
leHiDescend()
ca_select() ;select all the ca s
ca_enlarge() ; upsize them
leHiSave() ; save
leReturnToLevel()->geReturnToLevelLB->value = list(1 "0 adhil_lib test layout"); return up
mapc('geDeselectFig inst_hld); unselect instant
)
)

please help me!!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…