Replay .SCR file in command window
Hi All,I am trying to create .SCR file and replay it. Below are the program for the same.(defun DREND () Script_File=outfile("DRILL_LEGEND.scr" "w") fprintf(Script_File "setwindow...
View Articlehow to group the net objTypes?
Hello,I'm trying to individually group the via,pin,shape and path of the net . but its not working. it shows E- *Error* eval: unbound variable - shapesaxlSetFindFilter(?enabled "Nets" ?onButtons...
View ArticleSkill Help
Hello… Our Asian board suppliers require track expansion on soldermask exposed pads and vias to reduce the effects of galvanic corrosion. Our requirement definition is linewidths <= .19mm, must be...
View ArticleHow to create the external DRC in intersecting area?
Hello,How create the external DRC in intersecting of two shapes.res_list = (axlPolyOperation Shape_polyList_1 Shape_polyList_2 'AND)Regards,Karthik.K
View ArticleCalling printf inside axlShell
Hi,Is it possible to call printf function inside the AXLShell?Thanks,Sanjeev
View ArticleGet active class,subclass by skill?
Hi All! How can get active class & subclass in options form by skill ? Tks.Luan.
View ArticleCalling an user defined function
Hi,I am trying to create an user define function to return MM DD YYYY from getCurrentTime(). Below is the program for the same.procedure( DATE()DATE_LIST = parseString( getCurrentTime())MM = nthelem( 1...
View ArticlePrefix set for Gerber file name not appears in output file
Hi,I am trying to generate the gerber with the prefix name set in the film control window. for this I am trying the below code.; -----------------------------------------------------------------;...
View ArticleCode for create the Ground Guard around the board outline
Dear All,Does anybody have the skill code for create the ground guard (polygon) around the board outline with the options of polygon width change & change the Stiching via distance in ground...
View ArticleKill a process
I am using ipcBeginProcess() to start a Perl script from inside an Allegro Skill script (Allegro Skill script is invoked automatically when design is opened - by the way of axlTriggerSet). Now when I...
View ArticleAllegro 16.6 Report
Is there a way to get a report that contains pins that have thermals and what layers they are connected to? I posted in PCB Design Forum and was advised to try here due to the limits of standard and...
View ArticleHow to use AXL function
Hi , Please say how to use AXL function, how run the programs.ThanksPrakash.S
View ArticleWithout mechanical net-shot
We use dual power options in our board. Able to connect two power in one via like below image. Please advise any option. Without mechanical net-shot.
View Articleskills & script in allegro 16.6 viewer.
Hi, Abled to run skills & script in allegro 16.6 viewer. ThanksPrakash.S
View Articleartwork domain modification via skill?
Does anyone know if it is possible to modify the artwork domain settings using skill?Below is the log of my interactive test:Command > skillSkill > film_name =...
View ArticleHow to gett Pin Logical path
Hi All, is there any way i can get logical path of each pins? Thank you
View ArticleHow to find if Padstack is used or not?
How to find if the padstack in a design is used or not using Allegro Skill?Thanks,Kirti
View ArticleParse a line in XML format
When I try to parse a line in a file in XML format I get an error:E- *Error* parseString: argument #1 should be either a string or a symbol (type template = "SS") - ("global_min_aper")The code I am...
View ArticleHow to delete a padstack
Hello,I want to delete a padstack in Allegro design which is not used.Is there an Allergo skill function to delete specific padstack?Thanks,Kirti
View ArticleHow to use Skill to import updated IPC2581 XML file
I am trying to create a skill function to automate updating the stackup in Allegro PCB Designer using an IPC-2581. The program will grab an ipc2581.xml file that was previously updated earlier in the...
View Article