Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: skill code to automatically connect power pins in schematic

$
0
0
Glad to see my original suggestion in your other post worked for you ;-) You can register terminals interactively by hitting the "..." button next to the line with "registered terminals only" on the create instance form, or using the Options->Register Net Name per Terminal menu (you then have to select the pin on an instance and give it the net name to use). Probably easier is to use SKILL: ciRegisterDevice("MyBlocks" list(list("opamp090" nil nil))) ciRegisterDefaultNetName("MyBlocks" "VDD" "AVDD") ciRegisterDefaultNetName("MyBlocks" "VSS" "AVSS") If you want it to be for all libraries, then the first line can be: ciRegisterDevice("MyBlocks" list(list(nil nil nil))) The stub length can be controlled using: envSetVal("schematic" "stubLength" 'int 1) (the default is 2). Search in the Help menu (in the box at the top) for stubLength for more details. Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles