Forum Post: skill GUI radio button
Hi, I have problem on the radio button. The AddField and DeleteField doesn't work when I create multiple RadioField. Anyone can help? The code work well for single RaioField. procedure(Form()...
View ArticleForum Post: RE: skill GUI radio button
The main problem with the code is that you were: Using oferExampleForm->ViaRadio->value and oferExampleForm->LayerRadio->value when you should have been using...
View ArticleForum Post: RE: skill GUI radio button
Thanks you so much! I have mix out the field naming. Appreciated your help!
View ArticleForum Post: RE: Make local procedures to use in pcell code
Hi You don't actually need to use a builder in this case. You could use putd directly in your let closure, or the defglobalfun macro to make the code clearer (which uses putd): (inScheme (let nil...
View ArticleForum Post: RE: Get info from all footprints in library
You need to do this with the extracta tool and run it on the DRA (not PSM) files. create a extracta command file, eg c:\extracta.txt put these lines in this file: BOARD PKGDEF_STEP_FILE END Then start...
View ArticleForum Post: What is the warning Spectre CMI-2178??
1. In my AMS run using ADE amsstate in Xcelium I get the above warning. The warning is saying that GND connection (which is the top level terminal) cannot be connected to the a node inside the...
View ArticleForum Post: RE: Interstage matching in Cadence Virtuoso
You can build an sprobe yourself if you want, see edadocs.software.keysight.com/.../viewpage.action
View ArticleForum Post: RE: multiple S-parameter Simulation touchstone save
I suggest you take a look at support.cadence.com/.../ArticleAttachmentPortal
View ArticleForum Post: RE: number of noise/freq pairs in pss/pnoise simulation
If your supply noise is not random noise but rather some kind of interference, you could also use the sampled pxf analysis (see for example https://designers-guide.org/forum/YaBB.pl?num=1187679312 ).
View ArticleForum Post: Locking foldable windows (Visibility, Options, Find)
In Allegro I have docked these menus in a specific place and somehow "locked" them. I remember doing it long ago but do not remember or can't find how. Does anyone know? Thanks
View ArticleForum Post: RE: Get info from all footprints in library
Thanks!! I can get this info easily in the console, but I don't find documentation on ipc*Process() functions in COS or any of the SKILL function reference documents I usually look at. There are some...
View ArticleForum Post: RE: Locking foldable windows (Visibility, Options, Find)
Depends on your version but this may help Tutorial Cadence PCB Editor Canvas - YouTube
View ArticleForum Post: RE: Locking foldable windows (Visibility, Options, Find)
Thanks! Good video. But there is something else that gives you the option to lock things in place. I've scoured the menus and can't find it.
View ArticleForum Post: RE: How to access to the inside node signal
If it is a node voltage, then sig=V(NEW_SW.Gate) should work. In other words, there is an instance called NEW_SW and there's a node within that called "Gate". I just tried it, and it works fine. If it...
View ArticleForum Post: RE: Locking foldable windows (Visibility, Options, Find)
I believe the UI state is stored in the allegro.geo file between sessions. Keep a backup copy of that file? Look in %HOME%/pcbenv/
View ArticleForum Post: Random crashes in Virtuoso
Hi, I am going through the process of setting up a new PDK to work with virtuoso cadence (IC06.17.720) at my institution. I was able to get the PDK to work with our environment and do...
View ArticleForum Post: custom skill function to assign a global variable in explorer
Hi, I am trying to program a voltage source to have a dc value from a file based on a combination of some other variables in explorer. Something like: vsource=MySkillFunction(simVariable1,simVariable2)...
View ArticleForum Post: RE: Interstage matching in Cadence Virtuoso
Hello sidt Definitely upgrade your version of software. You're using a very old version of code. The sprobe is pretty easy to use. My article walks you through it step by step. Article (20472560)...
View ArticleForum Post: RE: How to access to the inside node signal
Yes, it works well. I put in wrong syntax. Thanks, Ichiro
View ArticleForum Post: BUG about Microns Unit accuracy
Hi all, I tested both APD and Allegro PCB at 17.2 version. I found some bug about units accuracy for Microns. at the first time it set the Accuracy value with 3 (see the pic below) even if I can set...
View Article