Quantcast
Channel: Cadence PCB Design Forum
Viewing all articles
Browse latest Browse all 5525

After adding a symbol to schematic, adding wires+netnames, how do I display nets? (Using scripting)

$
0
0

I have a Concept Design Entry script (schematics) that I have pasted the beginning of below. I notice that when I open this schematic after running this script with nconcepthdl, that the net names are not displayed. When I right-click the symbol and then click the 'section' menu item and then the 'section' sub-menu item... the net names are shown.

Can someone help me achieve the same effect except purely through scripting?

Beginning of script:

write
hier_write
add <page_border>myPageBorder
(4000 -2500)
add myFavSymbol.sym_1
(-25 -950)
wire AJ1 (200 2000) (200 2000)
wire A29 (200 1850) (200 1850)
wire AJ9 (200 1750) (200 1750)
wire AD3 (200 1650) (200 1650)
wire AD1 (200 1600) (200 1600)
wire V27 (200 1700) (200 1700)
section
write
hier_write
section
write
hier_write
_PageInsert 1 2 -noconfirm
add <page_border>myPageBorder
(4000 -2500)
add myFavSymbol.sym_2
(-25 -700)
wire AF2 (200 1500) (200 1500)
wire AJ10 (200 1450) (200 1450)
wire U27 (200 1400) (200 1400)
wire N1 (200 1350) (200 1350)
wire N2 (200 1300) (200 1300)
wire AE3 (200 1250) (200 1250)
wire AE2 (200 1200) (200 1200)
wire H5 (200 1150) (200 1150)
wire AC2 (200 1100) (200 1100)
section
write
hier_write
section
write
hier_write

just before the end of the script file:

write
hier_write -quit


Viewing all articles
Browse latest Browse all 5525

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>