{% extends "base_framework.html" %} {% load staticfiles %}
The following errors have been found in the simulation. Go back to the previous page and click on the "Edit Simulation", "Add circuits" and "Edit parameters" buttons to make corrections.
Read the instructions below for more information.
{% if run_state == 0 %}The simulation is ready, click on the Run button to start it.
{% endif %} {% if run_state == 1 %}The simulation is running. If you want to restart it, click on the Stop button to stop the simulation and then click on Run.
{% endif %} {% if run_state == 2 %}The simulation has been stopped. If you want to restart it, click on the Run button.
{% endif %} {% if run_state == 0 or run_state == 2 %} {% endif %} {% if run_state == 1 %} {% endif %} {% endif %}Click on the "Export plot" button below to create a Matplotlib file for publication quality plots. Look for the file auto_plot.py in the working directory.
Use the time fields next to each plot to zoom a plot.
If the time range is invalid, the entire data file will be plotted.
Click on the "Add plot" button below to create a new plot.
No plots to display. Use the "Add plot" button to add a plot.
{% endif %}