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.
↧