Forum Post: RE: To open schematic view using bindkey irrespective of config...
Hi Aurélien, I need to use that bindkey when I am traversing using config view as top cellview. Regards, Rishab
View ArticleForum Post: E-Maximum command stacking reached
Hi All,I just started learning Skill scripting for automating the my works in allegro. When i use a command, it works. but when i use it for 10 times, it report: E-Maximum command stacking reached....
View ArticleForum Post: RE: ADE Assembler, History name prefix list
There's no option to remove items from the list of history prefixes used so far. That seems reasonable (or at least there should be a way to keep just the most recently used prefixes rather than all...
View ArticleForum Post: RE: To open schematic view using bindkey irrespective of config...
You could (if you pre-select the instance) use: dePush(`(nil viewNameList ,schGetEnv("viewNameList") instanceName ,car(geGetSelSet())~>name) hiGetCurrentWindow()) That will descend using the...
View ArticleForum Post: RE: How to access the value of a boolean button within a form...
Andrew, Ok, see updated below adding button to DockForm, this new button functions differently depending on the state of bool1. Thanks, B ; used by app_create_dwin(swin) procedure(DockFormProc()...
View ArticleForum Post: RE: stacked via location
You can use below SKILL code to get list of stacked vias and coordinates ;get all stacked vias in design axlCmdRegister("get stackedvia" `getStackedVias) (procedure getStackedVias() (let (viaListAtLoc...
View ArticleForum Post: RE: How to access the value of a boolean button within a form...
I changed the button callback to be the name of the function (it could have been a local function or a lambda, but I didn't want to confuse you with understanding lexical scoping and SKILL++), and in...
View ArticleForum Post: RE: How to get the list of unconnected pin pairs in the DRC status
Hi Rohit, have you tried the find by query functionality? Here you can specify unconnected pins. You can also filter by differential pairs or other filters as you like using the AND functionality....
View ArticleForum Post: RE: Dynamic copper not voiding around vias and through-holes
This warning might be seen due to the presence of unused padstacks in the design. If you go to Tools>Padstack>Modify Design Padstack and select all the padstacks seen in the warning from the...
View ArticleForum Post: RE: ADE Assembler, History name prefix list
Thank you Andrew. Being able to manually delete the name would be enough for me. There is a select all and delete button when I click that arrow, but it only delete the text and not removing it from...
View ArticleForum Post: RE: Is ECAD-MCAD collaboration possible between OrCAD 17.4 and...
Hi Patrick, Thank you for your reply, I had a feeling that was the case, unfortunately we are at the mercy of what our customers use as far as Catia goes. I have heard through the grapevine that we...
View ArticleForum Post: RE: DFA circle will not appear while placing components in...
Looks like you have it set up in the constraint section, but have you enabled it in the Design section below?
View ArticleForum Post: I am not able to update the Sigrity 21.10.500 using the download...
We have the licenses and all the previous hotfixes are installed and working? I am not sure what is going on? I just keep on getting this error again and again. Regards Gandharv
View ArticleForum Post: RE: multiple pins on same nets. Router is only routing 1 pin. How...
Thank you Andrew. I used below lines term=dbFindTermByName(cv "vcc_ceehv1") dbSetTermMustConnectAllPins(term t) is that any different from what those videos you shared directed?
View ArticleForum Post: RE: multiple pins on same nets. Router is only routing 1 pin. How...
I do not see VSR router connecting those must joins at all with this approach dbSetTermMustConnectAllPins(term t)
View ArticleForum Post: RE: Dynamic copper not voiding around vias and through-holes
If the layers are defined as negative, change them to positive. This is found in the cross section.
View ArticleForum Post: RE: How to access the value of a boolean button within a form...
Thanks Andrew, works perfectly, yes I had removed much of the finer details (let statements etc) for the test case. Appreciate the support, very helpful, thanks, B
View ArticleForum Post: RE: To open schematic view using bindkey irrespective of config...
Hi Andrew Thanks, this works, however is it possible to open in read only mode instead of edit that would solve all the requirements.
View ArticleForum Post: RE: Design Sync Setup default values
Hi Jim, We checked with the Tcl team and currently it can't be controlled by the Tcl as this is a project level setting.
View Article