Guest
Hi ,
I wrote a template for creating Nwell Ring(Yeah the substrate contact
for the PMOS transistor).
Now I'm trying to change the length of the Ring that i drew, by
passing values through the CIW..
The Code is as follows:
;Getting the id of the ROD object
;in this case Nwell Ring
obj2=getRODobj()
Output at CIW: rodObj:0xeee5f54
obj2~>mppBBox;This is the point that i want to change automatically By
passing values through the CIW
Output at CIW: ((3.66 33.86)
(12.5 34.78)
)
newPoint=list(list(4 34) list(12 40))
Output at CIW: ((4 34)
(12 40)
)
obj2~>mppBBox=newPoint
Output at CIW: *Error* setSGq: invalid ROD data - rodObj:0xeee5f54
What is the problem with the above code..?
(When i try to change the points manually by querrying the Nwell
Ring,It accepts the points i give)
Thanks and regards,
Lokesh rajendran
I wrote a template for creating Nwell Ring(Yeah the substrate contact
for the PMOS transistor).
Now I'm trying to change the length of the Ring that i drew, by
passing values through the CIW..
The Code is as follows:
;Getting the id of the ROD object
;in this case Nwell Ring
obj2=getRODobj()
Output at CIW: rodObj:0xeee5f54
obj2~>mppBBox;This is the point that i want to change automatically By
passing values through the CIW
Output at CIW: ((3.66 33.86)
(12.5 34.78)
)
newPoint=list(list(4 34) list(12 40))
Output at CIW: ((4 34)
(12 40)
)
obj2~>mppBBox=newPoint
Output at CIW: *Error* setSGq: invalid ROD data - rodObj:0xeee5f54
What is the problem with the above code..?
(When i try to change the points manually by querrying the Nwell
Ring,It accepts the points i give)
Thanks and regards,
Lokesh rajendran