• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. ADE Assembler export to Matlab issues

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 126
  • Views 14567
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ADE Assembler export to Matlab issues

schuifpui
schuifpui over 6 years ago

dear forum members,

I would appreciate it if anyone could help me with the following problem. I am trying to export s-parameters, noise-parameters and some DC values from an amplifier design as function of a bias current sweep.. I managed to setup ADE Explorer/Assembler with the appropriate outputs and now can access the s-parameters per bias point, see script below.

Unfortunately, I only can do  a single-frequency s-parameter measurement, which is annoying, but I could live with that:

import cadence.srrdata.*
import cadence.Query.*
adeInfo.loadResult('DataPoint',1)                   ; for starters, could add other datapoints in a loop
cadence.srrdata.aaSP(1,1,'result','sp-sp').x  ; gives the bias current scalars
cadence.srrdata.aaSP(1,1,'result','sp-sp').y  ; gives the complex numbers for s11, as function of bias current

More importantly, I so far have not been able to retrieve the noise scalars (NFmin, Gmin, Rn). The documentation I've seen focuses (RAK, User Guides) on transient measurements. Also, a  cadence.srrdata.NG data access function is mentioned in the Matlab help file, that is supposed to give a "noise gain waveform", whatever that is, but cannot get anything out of that either. I've been struggling with this for the past two weeks and reached a dead end. Please help!

I am using Spectre 18.10.077, IC 6.1.7.722 and Matlab R2018b.

  • Cancel
  • Curtisma
    Curtisma over 6 years ago

    The aaSP function in MATLAB isn't working for me at all.

    I open Matlab and load my results successfully, but when I try to get some data using the aaSP function it throws an error every time as shown below.  Using the aaSP in the Cadence calculator and as part of an expression in Maestro works great.

    Any idea where I am going wrong?  I have tried specifying the datapoint # and test name when running the loadResult() method but it still throws an error.  I also tried specifying the result name ('sp-sp') and result directory as part of my call to aaSP but those also throw an error.

    The transient data access functions (VT) do work for another sim I'm running.  I haven't been able to find a way to evaluate an expression and return a Waveform to MATLAB.  Is this possible?

    I am using MATLAB R2019a and Virtuoso IC6.1.7-64b.500.23

    -Curtis

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information