Forum Post: RE: *WARNING* (axlDBPinPairLength): Invalid database id argument
That worked (assuming cadr is a typo and should be car). My question now is that how would one go about and specify a pin if the net has multiple pins? Is there also a way to convert dbids into...
View ArticleForum Post: RE: *WARNING* (axlDBPinPairLength): Invalid database id argument
cadr isn't a typo. It returns the second item in a list. To get the correct pin requires an understanding of Skill that you will need to develop. dbids are dynamic so you should never "convert" them.
View ArticleForum Post: RE: *WARNING* (axlDBPinPairLength): Invalid database id argument
Thanks for the prompt replies. It is working. I will look into Lisp more so I have a better understanding. I have the pin names from reports I have generated. I can also get the dbid of these pins from...
View ArticleForum Post: Running SKILL code in terminal with object inputs
Hello, I've been reading through the forum posts on running SKILL code/files through the terminal, but I'm still having trouble finding a solution for my test case. I have created a SKILL GUI that when...
View ArticleForum Post: RE: *WARNING* (axlDBPinPairLength): Invalid database id argument
I'm glad you are on the right track. There are good learning materials on the support site. "Allegro X User Guide: SKILL Reference" is invaluable
View ArticleForum Post: RE: creating a netlist
thank u for ur response, david. i really appreviate it. yes i used ur latest skill code posted 10 days ago. with the first tow, i get this. this works fine as all 4 nets r imported. but without the...
View ArticleForum Post: RE: creating a netlist
I do not believe you are using the latest skill code, since the summary line does not include the error count as shown from my test: 4 lines read, 4 net assignments made, 0 errors found Also, do the...
View ArticleForum Post: Please tell me how to sorting string
Hello. I have a question for SKILL Language, so i write this post. I want to know about how to sorting string list. In string list, i want to sorting the strings with first word 's' please refer to the...
View ArticleForum Post: RE: Host VDH
I have got the 2 license for marine. with Fidelity license I can use Marine before the simulation. Until Meshing). Also for the flow solver, I have got the ISISCFD license which has been issued new....
View ArticleForum Post: RE: Please tell me how to sorting string
If you just want to filter the values (that might be what you mean by "sorted", it wasn't clear): list_b = buildString(pcreMatchList("^s" parseString(list_a ", ")) ", ") if you want them sorted too:...
View ArticleForum Post: RE: creating a netlist
thank u david for ur response. i double checked the skill code and confirmed that I use the latest one which does not show "0 errors found" on my command line, weird. i changed the netlist slightly (...
View ArticleForum Post: RE: TCL to change Implementation Type to none for all parts in a...
@tennywhy , if you have looked above tcl code I have filtered out the first index from the list . For example, set lAllParts [CapFindObjects $COrFindFilterDlg_PARTS {*}] foreach lPart $lAllParts { set...
View ArticleForum Post: RE: TCL Code to create a series of schematic symbol with...
Hi Rohit, Yes, it is possible to place multiple instances of the same symbol and change all the property values according to your requirements. I would like to suggest creating a csv file with the...
View ArticleForum Post: How to check if the occurrence properties are different from the...
Hai Community, I have a schematic design where I can see the instance properties and occurrence properties in the edit object properties or edit properties, we know that any change in the instance...
View ArticleForum Post: What is the difference between the Check missing / illegal PCB...
Hai Community, In the Capture schematic, Design Rule Check >> Rules Setup >> Physical Rules. I can see Check missing / illegal PCB footprint property under Batch and Check PCB footprint in...
View ArticleForum Post: How to edit the primary shape inside area in Allegro PCB editor ?
Hi Everyone, i have some clarification about shape edit. if align the boundary for secondary shape, primary shape align with respect to secondary. if I need to align inside the boundary is any option ,...
View ArticleForum Post: RE: [OrCAD PCB] Undo history constantly disappears
Moreover you can't undo moving parts. Many times I must save the design before I move groups of components because in case of mistake I won't be able to undo the placement.
View ArticleForum Post: RE: Spectre simulation terminated after S-parameter fitting.
I also wouldn't expect the simulation to stop with these messages. I suggest you look at Tawna's app note: 7 Habits of Highly Successful S-Parameters, Spectre 21.1 Andrew
View ArticleForum Post: Netlist is created even when footprint is not available
Earlier I used 17.2 software in which Netlist wouldn't be created if any single footprint is missing. But now when I am using 17.4 software the Netlist gets created even if Footprints are missing. It...
View ArticleForum Post: Allegro X System Capture enhances aerospace PCB reliability by...
Hai Community, Below is the Cadence link for how Allegro X System Capture's electrical stress analysis helps ensure aerospace PCB reliability by meeting the stringent quality and performance...
View Article