• 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 SKILL
  3. Export waveform expression to csv in assembler using the...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 144
  • Views 11744
  • 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

Export waveform expression to csv in assembler using the expression name

vpn2441139
vpn2441139 over 4 years ago

Hi!

I have a waveform expression defined as such:

xyz = dB20((vh("hb" "outp" '(1 1 0)) - vh("hb" "outn" '(1 1 0))))

I am trying to export this to a CSV file using awvSaveToCSV function:

awvSaveToCSV(dB20((vh("hb" "/outp" '(1 1 0)) - vh("hb" "/outn" '(1 1 0)))) "file_name.csv") works just fine but when I use the expression name:

awvSaveToCSV(xyz "file_name.csv") I get the error: *Error* eval: unbound variable - xyz

Is there a way to export the waveform expression using the name? I have tried using abDumpWaveformsToVCSV but get a similar error.

Thank you!

  • Cancel
Parents
  • marcelpreda
    marcelpreda over 4 years ago

    Hi there,

    Most likely you are ding something wrong. Probable you get the waveform in some procedure and try to save it in some other procedure where xyz variable is not visible.

    In my case I have

    myWave = i("/I_Diode_c_dio_pndio/I_monitor/p")
    srrWave:0x0f32b020


    awvSaveToCSV(myWave "myFile.csv")
    t

    and it is working just perfect, "sub-version  IC6.1.7-64b.500.23 "

    Best Regards,

    Marcel

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • marcelpreda
    marcelpreda over 4 years ago

    Hi there,

    Most likely you are ding something wrong. Probable you get the waveform in some procedure and try to save it in some other procedure where xyz variable is not visible.

    In my case I have

    myWave = i("/I_Diode_c_dio_pndio/I_monitor/p")
    srrWave:0x0f32b020


    awvSaveToCSV(myWave "myFile.csv")
    t

    and it is working just perfect, "sub-version  IC6.1.7-64b.500.23 "

    Best Regards,

    Marcel

    • 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