Versions Compared

Key

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

...

SEMulator3D is available for academic research use only. Users with both industrial and academic research projects must only use this software for the academic research projects. 

Coventor SEMulator3D may not be used for any commercial purposes or in any manner for commercial consulting work.

Availability

Installs are available on the AWS Conversion Cloud, and Korat/Minx. Use Korat/Minx for designing your process flows or short modeling runs. Use the AWS Conversion Cloud / Korat/Minx for longer runs.

...

  1. As a standalone python script

    Code Block
    languagebash
    $ vglconnect -s minx -S ${TLSESSIONDATA}/minx
    (minx) $ bash
    (minx) $ source /opt/local/Coventor/SEMulator3D10/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.

...