• 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. RF Design
  3. Reading parmetric sweep data through ocean

Stats

  • Locked Locked
  • Replies 12
  • Subscribers 63
  • Views 20210
  • 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

Reading parmetric sweep data through ocean

lahsivece
lahsivece over 12 years ago

Hi All,

I have a set of parmetric sweep results generated through spectre simulation . These file names are of the format 

"sweep_variablename_-<iteration numbers>_sweep_another_variable_name-<iteration_number>_....tran.tran"

I am trying to read the file through Ocean and perform some analysis on data generated. My ocean script looks like following:

sprintf(rdir "<path_to_spectre_simulation_directory>/spectre/schematic")
openResults(strcat(rdir,"/psf")) 

; The above sets the results directory to the psf folder. All parametric sweep results are dumped there.

 

selectResult('tran)
clip_v1p=clip(v("/V1P" ?result "sweepb2_1-000_sweepb1_1-000_sweepb0_1-001_tran-tran") 010e-09 28e-09)

On executing the script  i get following error message

The output '/V1P' you selected does not exist.  Type
          outputs() to see the list of available outputs or type
          help('v) for more information on the 'v' command.


However when I execute outputs() I get the netname in the list.

What am I doing wrong ?

I can read single spectre simulation data through ocean but Can I read parametric sweep spectre simulation data through ocean ?

Please advise.

Thanks & regards

Vishal

  • Cancel
Parents
  • lahsivece
    lahsivece over 12 years ago

    Hi Andrew,

    Here's what I am doing 

     d1=getData("V1P") ==> drwave:206614616

    in_b0=value(d1 'b0 1.2) ==> drwave:206614552

    in_b1=value(in_b0 'b1 1.2) ==>  drwave:206614952

    v1p_clip=clip(in_b1 10n 20n) ==> drwave:206615048

    frequency(v1p_clip) ==>  drwave:206614664 . I was expecting a number here but got a waveform. frequency is a waveform calculator function.

    Please tell me what I am doing wrong.

    Thanks

    With Regards,

    Vishal

     

     

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • lahsivece
    lahsivece over 12 years ago

    Hi Andrew,

    Here's what I am doing 

     d1=getData("V1P") ==> drwave:206614616

    in_b0=value(d1 'b0 1.2) ==> drwave:206614552

    in_b1=value(in_b0 'b1 1.2) ==>  drwave:206614952

    v1p_clip=clip(in_b1 10n 20n) ==> drwave:206615048

    frequency(v1p_clip) ==>  drwave:206614664 . I was expecting a number here but got a waveform. frequency is a waveform calculator function.

    Please tell me what I am doing wrong.

    Thanks

    With Regards,

    Vishal

     

     

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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