Thursday, December 04, 2008     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: Starting analog environment and schematic editor
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
mballini
Posts: 6
Online: User is Offline
6/13/2008 1:44 PM  
I am writing few SKILL/OCEAN scripts that perform the analysis of simple circuits.
From those scripts, I would like to be able to start the Analog Design Environment interface and the Schematic Editor, so that extra data extraction could be done with the UI.

How can I do that such that the design, the design variables, the result directory, etc... is all set up, without inserting it manually in the UI forms?

How can I annotate the schematic from the script (e.g. Results->Annotate->DC operating options)?

Thanks in advance for your answer to this questions.
Marco Ballini
adbeckett
Posts: 248
Online: User is Offline
6/16/2008 1:22 PM  
Well, that's not the normal use model. In practice you'd run the OCEAN scripts to setup the analyses and run the simulations - and potentially report on the results. If you've kept the normal simulation directory hierarchy, you could then open the schematic, start ADE, and then do Results->Select to pick the set of results you want to work with, and backannotate.

Potentially you could automate that, I suppose. I'm not on the Cadence network at the moment, so I can't check - but it would be "sev" functions you'd need to start ADE. geOpen() to open the schematic.

With OCEAN XL in IC612 and later, this is really easy, because essentially it creates a "history point" in ADE XL which you can then point at and explore the results through the GUI. Not really much different though - you'd still probably open the schematic and so on yourself.

Regards,

Andrew.
mballini
Posts: 6
Online: User is Offline
6/17/2008 2:28 AM  
Thank you for your kind answer. I found I can start ADE from an OCEAN script, as you suggested. The problem is that I also need then to load all design variables which were set in the script into the ADE. I had a look at sev* functions, and they generally allow you to open forms to insert values which are stored in the current ADE sessions.

E.g. I can start a session with:
sevSession = sevStartSession()
Choose the design
sevDesignForm = sevChooseDesign(sevSession)
then in the ADE click on "Results->Select..." (the design _has_ to be chosen first otherwise that won't work).

I would like to do all those operations from the script.
Also, the design variables are not set in this way, while I would like to load them in the ADE from the script without having to enter them manually in a form each time (many variables).
Is this possible?

At this point I also would like to open and annotate a schematic, ALL from the script with no manual operations in the form (that is the reason why I am using scripts, to avoid to do the same point-and-click operations each time).

I saw many SKILL functions (sev* and asi*), which allow you to open a form, so I thought that it could be also be possible to set the values from the script need of opening the forms at all, to do things such as open and annotate a schematic automatically.
Is this the case?

Thanks again.
Kind regards,
mb


Posting to forums is available to community members only.
Login or Register

Forums > Custom IC > Shared code - SKILL > Starting analog environment and schematic editor


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.