• 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. Sigrity
  3. Output File Paths

Stats

  • State Not Answered
  • Replies 1
  • Subscribers 21
  • Views 285
  • Members are here 0
More Content

Output File Paths

LL202408212637
LL202408212637 1 month ago

When I run a powersi simulation, all the files get dumped in my current working directory where I execute the batch mode commands to run powersi. Is there a way to change the way powersi dumps the files so that I can store the log files in a specific folder, the spd files in a specific folder, etc? I am using a python script to import an options file but I'm not sure if the file paths within the file manager section of the xml are compatible with relative paths, they are only using absolute paths.

  • Sign in to reply
  • Cancel
  • CadAP
    0 CadAP 1 month ago

    LL202408212637 

    please try the below command:

    import os

    new_directory = "<path_to_newlocation>"

    os.chdir(new_directory)

    Once directory changed try to run you python command to see it generate files at the new directory location.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Cadence Guidelines

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