Home > Community > Forums > Custom IC Design > Switching between DC Operating Points & Component Parameters

Email

* Required Fields

Recipients email * (separate multiple addresses with commas)

Your name *

Your email *

Message *

Contact Us

* Required Fields
First Name *

Last Name *

Email *

Company / Institution *

Comments: *

 Switching between DC Operating Points & Component Parameters 

Last post Wed, Feb 27 2013 2:46 AM by TiNat. 4 replies.
Started by TiNat 26 Feb 2013 01:35 AM. Topic has 4 replies.
Page 1 of 1 (5 items)
Sort Posts:
  • Tue, Feb 26 2013 1:35 AM

    • TiNat
    • Top 200 Contributor
    • Joined on Wed, Aug 11 2010
    • Minsk, Belarus
    • Posts 35
    • Points 565
    Switching between DC Operating Points & Component Parameters Reply
    Hi.
    When I annotate DC Operating Points after a simulation, I
    can't go back to annotating the original Component Parameters. This
    warning pops up for every instance label:

    *WARNING* artFindPropByName: Unable to locate property for inst="R0"
    property-name="paramEvaluate"
    After running a DC analysis and clicking: Results->Annotate->DC
    Operating Points, the correct DC operating point values appear, but
    when I want annotate Component Parameters for my component (component is the subcircuit),
    values of parameters are not displayed. "Error" is displayed instead of parameter values.

    What I must to do for back annotation of Component Parameters?

    Thanks.

    TiNat

    • Post Points: 20
  • Tue, Feb 26 2013 2:26 AM

    Re: Switching between DC Operating Points & Component Parameters Reply

    TiNat,

    So does Results->Annotate->Design Defaults in ADE not work?

    Regards,

    Andrew.

    • Post Points: 20
  • Tue, Feb 26 2013 4:32 AM

    • TiNat
    • Top 200 Contributor
    • Joined on Wed, Aug 11 2010
    • Minsk, Belarus
    • Posts 35
    • Points 565
    Re: Switching between DC Operating Points & Component Parameters Reply
    Yes, it doesn't work. paramDisplayMode  is switched  automatically to "not set" value and nothing displays at component. 
    • Post Points: 20
  • Tue, Feb 26 2013 4:48 AM

    Re: Switching between DC Operating Points & Component Parameters Reply

    What about if you do the File->Refresh in the CIW and OK all the CDF as needing refresh? That should discard effective CDF from memory.

    Of course, if your base CDF is not showing  the component parameters by default, then this won't work...

    Regards,

    Andrew

    • Post Points: 20
  • Wed, Feb 27 2013 2:46 AM

    • TiNat
    • Top 200 Contributor
    • Joined on Wed, Aug 11 2010
    • Minsk, Belarus
    • Posts 35
    • Points 565
    Re: Switching between DC Operating Points & Component Parameters Reply
    Thank you for answers. File->Refresh in CIW helps me. But I have
    solved problem using another way (following SKILL):


    /****************************************************/
    LIBRARY = "PRIMLIB"
    /****************************************************/

    prog( ( libId cdfId )
    unless( libId = ddGetObj( LIBRARY )
    warn( "Could not find library %s." LIBRARY)
    return( nil )
    )
    cdfId = or(
    cdfGetUserLibCDF( libId )
    cdfCreateUserLibCDF( libId )
    )
    cdfId->paramEvaluate = "t nil nil nil nil"
    cdfId->paramSimType = "DC"
    cdfId->paramDisplayMode = "parameter"
    )


    I've entered file with it in .cdsinit and all is OK.
    • Post Points: 5
Page 1 of 1 (5 items)
Sort Posts:
Started by TiNat at 26 Feb 2013 01:35 AM. Topic has 4 replies.