Forum Post: RE: Creating digital buses in ADE XL: awvCreateBus
Can you check using IC617 ISR4 or later? (IC6.1.7.500.4) - support for families of busses was added then and I think this should be fixed. Regards, Andrew.
View ArticleForum Post: RE: User Defined Skill Function - Alias Waveform
It's in the code that builds the form: You need to not reference "waveform" because that's not known when the form is launched (the errors are suppressed by default - you can re-enable them using...
View ArticleForum Post: RE: Changing net on vias
Hello Dave Im using this skill, I really like it a lot, thank you for sharing! After I change some vias to a new net I need to right click and the select done on the menu to finish the command, if I...
View ArticleForum Post: RE: Abrupt closing of Allegro PCB Designer software
I tried the option Tools-> Database Check option. There were some errors in the board which were fixed by the software. After this step, I could update the DRC and everything worked smoothly. No...
View ArticleForum Post: RE: User Defined Skill Function - Alias Waveform
Thanks, the function works fine now: ------------------------------------------------- /* AliasSignal.il Language SKILL Date Feb 20, 2017 Modified Feb 21, 2017 By M.L.Cunningham Performs an ideal...
View ArticleForum Post: RE: Can i make the design rule check blind to a specific layer?
So what do u mean by draw in"layers". Isn't that what we normally do?
View ArticleForum Post: RE: Can i make the design rule check blind to a specific layer?
I said if you draw everything on layers the DRC rules know nothing about . I presume you don't normally draw anything on special layers that aren't known to the DRC rules... Andrew
View ArticleForum Post: RE: Can i make the design rule check blind to a specific layer?
ah Ok. Got you. Exactly that is what I was getting at. So, is there an easy way to create a layer without messing up the kit (that is why I put my other question regarding making a copy of the kit)....
View ArticleForum Post: RE: Can i make the design rule check blind to a specific layer?
Yes, my answer to your other question gives you an easy way to create a custom layer without disturbing the Design Kit.
View ArticleForum Post: RE: Can i make the design rule check blind to a specific layer?
Ok. Thanks Andrew. I appreciate it.
View ArticleForum Post: RE: Abrupt closing of Allegro PCB Designer software
I have found the software to crash frequently upon Autosave.
View ArticleForum Post: How to add a new textblock through SKILL?
Hi, I am trying to see if a textblock exists, else trying to add a new one with the new parameters. I am able to access the existing text blocks through the axlGetParam("paramTextBlock: ") command....
View ArticleForum Post: RE: How to add a new textblock through SKILL?
try using axlDBTextBlockCreate()
View ArticleForum Post: RE: Issues with vector stimulus and spectre
Hi Andrew, Wow, that explains a lot of unexpected behavior (and why it started working when I decided to leave "OUT" - seems spectre silently filled the "iiiii" in that case). I would have never...
View ArticleForum Post: RE: Continuous Path/Routing with Varying Width
Hi Andrew, Many thanks for the response. Yes this is the answer of what I wanted to have. Best regards, Can
View ArticleForum Post: Eagle to Allegro Conversion
I am having ns_eagle2allegro configured and trying to convert a .brd file to Orcad readable .brd file. I am receiving an error as ' Translation stopped! Data must be in XML Format! ' in the log. Please...
View ArticleForum Post: RE: Select cell view from lib manager
Hi Andrew, I have one more problem. I have a selectorField in my code declared as follows: ; Directory Select allows user to select the directory where to save the files dataPath =...
View ArticleForum Post: pspice error-undefined float property
Hello, I am facing below error while simulation in psice, INFO(ORCAP-2191): Creating PSpice Netlist INFO(ORNET-1041): Writing PSpice Flat Netlist d:\dc workspace\sasa project simulation\try2\orcad...
View ArticleForum Post: RE: Select cell view from lib manager
Hi Jose, If you want to resolve the path (i.e. not use relative components like this), just add: dataPath->hiSimplifyFilename=t Regards, Andrew.
View Article