Creating a Die with SKILL in APD+
I am trying to automate the creation of a die with the bump pitches, line width etc. as variables without a pre-defined netlist.I will be using the assign logic tab in APD+ to create a netlistIs there...
View ArticleFORM IN 17.4
Hi,It is me or are the "new" forms really bad for designers? I'm trying to create a custom tool and I lost so much time on fighting with the form "layout"... The auto-align function causes so many...
View ArticleAsk for help - how to run SKILL code with each opening of new design/board
Hi,I'm searching for a way how to perform some check when any *.brd file is opened... I know how to use allegro.ilinit file to run SKILL code when opening the PCB Editor but I don't know how to ensure...
View ArticleSkill equivalent for "shape add" command.
Does anyone know if there is a Skill equivalent to the "shape add" command such that when it's finished creating the shape, assuming it's successful, returns the dbid if the new shape? I'm currently...
View ArticleIssue with axlTriggerSet for double opening
Hi,I'm facing an issue with axlTriggerSet for detection of opening of a design. I have a simple code in allegro.ilinit to catch the design being opened - it just calls simple handling...
View Articleset default character on FORM input box
Hi AllI want to set "L" character with default on the input boxmy FORM code is belowFIELD INPUTBOXFLOC 29 4STRFILLIN 9 7ENDFIELDwhich part do I need to edit?regard
View ArticleHow to release the global variable after finishing SKILL process
Hi All.I created a function with UI.because the global variables remain until terminate the Allegro program, I want to release my global variables after finishing my functionRegard.
View ArticleSeeing Components of artwork film with SKILL Code
Hi Allthere are components per each artwork films (below)with this function, I can't access inside of filmsa = axlGetParam("artwork")a ->groupMembersthat function show just all of film names of...
View ArticleDesign Rule Check (DRC) Report
Hi,Anyone please tell me how to take the DRC report by using cadence skill programing.Thanks,Karthi
View ArticleGetting drc Error Report
Hi,I want to get the DRC error report PIN and Part of net names I don't know the commands to get the data. any one please help me out.These three marked columns report according to DRC...
View ArticleTop Placement Report
Hi,I would like to take TOP placed component report alone i dont know how to take any one help me.I wrote this code but shows me nilprocedure(heightrpt()axlClearSelSet()vis_list = axlVisibleGet()...
View ArticleSkill with
Hello,I start in the skill code, i would like create a skill on includes the windows visibility or find or commands, is possible ?thanks
View ArticleBack Drill Setup and Analysis
Hi,I want to take the Back drill Analysis report any one please guide me take report by skill programing.Manufacture ->NC -> Backdrill setup and analysis
View ArticleUse the fonction STRFILLIN.
Hello,I would like to get a value that is entered on a STRFILLIN field, to impose this name on the IPC output file, but I’m stuck ("genipc" nameFileScript="geipcexecScript.txt"...
View ArticleHow to make disabled menu ? (able / disable toggle)
Hi allI made menu bar by list with axlUIMenuInsert functionmenuList = '( (popup "test")~ (separator)~ (end) (end));menuListaxlUIMenuInsert(q menuList)but I want to disable menu like below, how do I...
View ArticleHow to release the customized function
Hi AllHow can I relase function that I made?after loading my SKILL file, the functions in SKILL file remains forever on Allegro PCBbut I want to destory my function after finishing workregard
View ArticleSKILL Method to optimize netlist pin assignments on components in Allegro and...
This was written for situations including ATE load board designs(DIBS) or FPGA-based systems where optimizing pin assignments and simplifying the rats nest pays off. Here is a link to my MSFT Skydrive...
View ArticleHow to see "Edit Via List" in Constraint Manager by command or running...
Hi All.I want to see "Edit Via List" window (see below) by command or by SKILL function directlyalthough I tried to find out the command inside of Constraint Manager, I couldn't find it on command log...
View ArticleXSECTION
Hi guys,Can someone think of a solution how:- from a custom SKILL form window open XSECTION - axlShell( "section")- then block the custom SKILL form window from inputs - xsection is blocking command...
View ArticleReading Values In Runtime Input File
Hi,I want to print the values from the input file. In runtime file want to be select.procedure(inpdata()inp = axlDMFileBrowse(nil t ?optFilters "Input files|*.txt|")fileparts = (axlDMFileParts...
View Article