First you need to create a net with axlDBCreateNet(), or fetch the dbid of an existing net with axlDBFindByName() Once you got a net dbid you can assign this to pins, vias or shapes with axlDBAssignNet() "dummy net' value is just like a '#refdes', nil. If you look at a pin with a 'dummy net' you will see that it has a net dbid value of 'nil'. With other words, you cannot 'change' the dummy net name, only create or use an existing net dbid and assign it to pins.
↧