Online Simulation

And More

Top 25 Tags (all tags)

  1. algorithms
  2. aqme
  3. carbon nanotubes
  4. course lecture
  5. cyberinfrastructure
  6. devices
  7. education/outreach
  8. experiments
  9. material science
  10. molecular electronics
  11. nano/bio
  12. nanobio applications
  13. nano electro-mechanical systems
  14. nanoelectronics
  15. nanomedicine
  16. nanophotonics
  17. nano-transistors
  18. nanowires
  19. NEGF
  20. quantum dots
  21. quantum transport
  22. research seminar
  23. transistors
  24. tutorial
  25. uIllinois

Other

Trouble Report

For immediate assistance browse through our support center. You can find answers to many questions in just a few minutes.

If still experiencing problems, send us a report.

Sending report ...

Support Center

Open Question

How to read values at a specific point?

I would like to plot the electric field at a specific point vs applied voltage for a MOSCAP simulation. Does anyone know how to setup the Plot.1D command for that?

Tags:

Asked by Markus Ratzke - 6 months ago - 1 response

Answer this question

Status: Accepting answers 0 Good question Report abuse  

Answers (1)

  • Posted on 22 July, 2008 by SungGeun Kim

    +1     0   Login to vote Hi,
    You might try

    PLOT.1D E.FIELD A.X=0.045 B.X=0.045 A.Y=0.036 B.Y=0.036

    But, you should insert this commands for each bias points and plot them in sequential plot which means you should write your own wrapper script and tool.xml which is not easy.

    But, in the inputdeck you can try as following

    solve .... v1=0.1
    plot.1D E.FIELD ...
    solve ... v1=0.2
    plot.1D E.FIELD...

    I don't know what the result will be look like. but, at least you can extract the values for each bias points and plot it on any other program for ex. "microsoft excel".

    reply | report abuse