Hi Andrew I got it now below is my code cv=dbOpenCellViewByType("sc33tps_v1" "all_cells" "schematic" "schematic" "a") lib=ddGetObj("sc33tps_v1") x = 0.0 y = 0.0 foreach(cell lib~>cells when(ddGetObj(lib~>name cell~>name "symbol") cv1=dbOpenCellViewByType(lib~>name cell~>name "symbol") when(cv1 schinst=dbCreateInst(cv cv1 nil list(x y) "R0" 1) if( (x == 27.0) then x = 0.0 y = y + 3.0 else x = x + 3.0 ) ) ) ) Thanks for your help Nhumai
↧