Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

skill help ---*Error* dbMoveFig: argument #1

Status
Not open for further replies.

rainman.cn

Member level 2
Joined
Feb 27, 2007
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,510
dbmovefig

procedure( changeVia()
temp_diva=dbOpenCellView("mylib" "temp_diva" "layout" "" "a")
srcFig = dbGetOverlaps(temp_diva temp_diva->bBox "W1")
dbMoveFig(srcFig, nil, list(0:0.025 "R180"))
)

when I exec this, produce a error, as follows:
*Error* dbMoveFig: argument #1 should be a database object (type template = "dg1") - (db:195436968 db:195273172 db:195273136)
how to solve this problem?

thanks very much!
 

Re: skill help ---dbMoveFig

have solved !!!!!!!!!!! thands for attention!

"dbGetOverlaps" get a list but "dbMoveFig" can only process db obj, so I use "foreach" to process every db obj respectively .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top