creating a new schematic cell view

N

nour

Guest
Hi!!

When I want to create a new layout view I write:

dbOpenCellViewByType("lib" "cell" "layout" "maskLayout" "a")

but when I want to create a schematic one what should I put instead of
"maskLayout" ??

Nour
 
When I want to create a new layout view I write:

dbOpenCellViewByType("lib" "cell" "layout" "maskLayout" "a")

but when I want to create a schematic one what should I put instead of
"maskLayout" ??
It's "schematic"

See the output of deGetAllViewTypes() for a list of view types.


Stéphane
 

Welcome to EDABoard.com

Sponsor

Back
Top