Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you run any additional Coventor commands directly from the commandline, you must prefix those commands with "vglrun" as shown above. Otherwise the graphics will not work correctly.

Python

There are two ways to use Python in Coventor:

  1. As a standalone python script

    Code Block
    languagebash
    $ vglconnect -s minx
    (minx) $ bash
    (minx) $ source /opt/local/Coventor/SEMulator3D8/bin/semulator3d.sh
     
    # Verify python version is 2.7.x:
    (minx) $ python --version
     
    # Run code with python
    (minx) $ python /path/to/filename.py
  2. Call python as a process step within SEMulator3D
    Useful to do specialized things with the standard, single device GUI interface.