Forum Post: RE: How do I sweep a simulator option parameter (gmin, vabstol,...
A slightly odd thing to do, but you can set the gmin or rforce in the Simulation->Options->Analog to (say) VAR("GMIN") or VAR("RFORCE") and then you'll have a design variable in ADE called GMIN...
View ArticleForum Post: RE: Usage of commands dbOpenCellViewByType and deOpenCellView and...
Hello Andrew, Thanks for all the answers. Still point 1 is not clear for me . I am writing the following commands in the CIW Window to create new cell dummy_cell (Library dummy is already existing for...
View ArticleForum Post: How to output all textblock used in board file
Hi All, Is there any script available in order to make report for all the text blocks used in one design? I want to standardize the text block for very design, before that I want to make some list what...
View ArticleForum Post: RE: Usage of commands dbOpenCellViewByType and deOpenCellView and...
Hi Sonu, I checked, and that warning can only come if you open with "r" mode. The issue is that you've called the function with an extra argument nil in place of the access mode, and so it's defaulting...
View ArticleForum Post: RE: Scheme version of apply
Hi Aurélien, It's not really clear what your end goal is (I'm assuming this is just a cut-down example to illustrate the problem), but fundamentally the issue is not with apply here - it's the fact...
View ArticleForum Post: RE: Usage of commands dbOpenCellViewByType and deOpenCellView and...
Thanks Andrew , its works perfectly fine. Sorry , Typo on my side as I assume that parameters are same for dbOpenCellViewByType and deOpenCellView (as no window specification parameter for...
View ArticleForum Post: RE: Scheme version of apply
One other little thing - we noticed that in your post (and one of your previous posts) you used the inScheme macro. I assume you're aware that if you put the code in a file with the .ils suffix (or...
View ArticleForum Post: How is the order of ports/terminals in portOrder/termOrder defined?
Hi, I'm working on a bit of code to have a simple button to update the termOrder in CDF in a schematic editor. While working on this, I noticed something I would like to get explained. Hopefully...
View ArticleForum Post: RE: Scheme version of apply
Yes, I usually don't use inScheme, it's just to make the use of SKILL++ obvious in my code snippet (I don't want people trying to figure out why my code is not working in their CIW which is usually in...
View ArticleForum Post: RE: Dark theme on Allegro
@Cadence Developers... Wow!!! Are you serious? I just saw the 17.4 release and I can't believe you did that but unfortunately in the wrong way. A little advice, instead of using those ugly icon you can...
View ArticleForum Post: RE: Scheme version of apply
I am currently working on a set of very high-level functions that I want to write using specific custom functions (many reasons to do that, there is mainly an object oriented architecture behind but I...
View ArticleForum Post: How to set ADE-XL/Maestro to a given position and size
Hi all, I would like, whenever I open an ade-xl/maestro session, to center the window and resize it to a given width x height. This is because I am using two displays as one and don't want every time I...
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
Hi Pedro, I see the following .cdsenv variables for the size of the window, but not the bbox or size + location : maestro.window width int 1200 maestro.window height int 0 Hopefully this helps? The...
View ArticleForum Post: RE: How is the order of ports/terminals in portOrder/termOrder...
Hi Sjoerd, The order that is returned by cv~>terminals is not defined, essentially it would be random, so I wouldn't recommend using it for setting the termOrder, and this also explains why...
View ArticleForum Post: RE: altergroup
This makes sense and worked well. The only reason I included the "simulator lang" statements was an earlier error message told me to put them in, I did and most of the errors went away. It should have...
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
Hi Laurence, Thanks for your reply. Where can I find a list of all "properties" of a tool. I know properties is the wrong word but I don't know it's name. I am referring to things like: maestro.window...
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
In IC6.1.8 and ICADVM18.1 there's Options->Cdsenv Editor where you can search for such settings. Not sure that's what you want, but it may help. Andrew.
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
Thanks Andrew. Best regards, Pedro
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
Hi Pedro, To find the above information I looked in the installation file: `cds_root virtuoso`/tools/dfII/etc/tools/maestro/.cdsenv - this is the file that Virtuoso read (each tool has its own for...
View ArticleForum Post: RE: How to set ADE-XL/Maestro to a given position and size
Great ! Thanks both. Best regards, Pedro
View Article