[SOLVED] New Cell Creation Using Skill

Status
Not open for further replies.

kenambo

Full Member level 6
Joined
Feb 26, 2012
Messages
393
Helped
52
Reputation
104
Reaction score
48
Trophy points
1,308
Location
India
Activity points
3,859
Hi,

How to create a new cell view using Skill.

skill have the command for new library .. but how can i open a new cellview in the same library and cell.

tell me some suggestions,

Thanks
 
Last edited by a moderator:

create a new cell :deNewCellView("libname" "cellname" "viewname" “viewtype” winspec)
example:
deNewCellView("newlib" "test" "layout" "maskLayout" list(list(0 0) list(1200 800)))
deNewCellView("newlib" "test" "schematic" "schematic" list(list(0 0) list(1200 800)))

open a exist cell
geOpen(?lib "libname" ?cell "cellname" ?view "viewname")
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…