{% extends "base_framework.html" %} {% load staticfiles %}
Read the instructions below for information on this page.
Or use the upload option to upload a control parameter spreadsheet.
Click on the export button below to export the control variables to a spreadsheet with _desc appended to the control file name.
{% if error_message %}{{ error_message }}
{% endif %}These are the list of control inputs in the control file. Click on the "Delete" buttons next to each element to delete them. To make changes, delete the existing inputs and add new ones.
{% for control_comp in control_component_list.0 %} {% if control_comp %}There are no control inputs.
{% endif %} {% if form_type == 1 %}Click on the "Add control input" button below to add more control inputs.
These are the list of control outputs in the control file. Click on the "Delete" buttons next to each element to delete them. To make changes, delete the existing outputs and add new ones.
{% for control_comp in control_component_list.1 %} {% if control_comp %}There are no control outputs.
{% endif %} {% if form_type == 2 %} {% if control_model_list %}There are no controllable items in the circuit. Cannot add a control output.
{% endif %} {% endif %}Click on the "Add control output" button below to add more control outputs.
These are the list of static variables in the control file. Click on the "Delete" buttons next to each element to delete them. To make changes, delete the existing static variables and add new ones.
{% for control_comp in control_component_list.2 %} {% if control_comp %}There are no static variables.
{% endif %} {% if form_type == 3 %}Click on the "Add static variable" button below to add more static variable elements.
These are the list of time event variables in the control file. Click on the "Delete" buttons next to each element to delete them. To make changes, delete the existing time event variables and add new ones.
{% for control_comp in control_component_list.3 %} {% if control_comp %}There are no time event variables.
{% endif %} {% if form_type == 4 %}Click on the "Add time event" button below to add more time event variables.
These are the list of variable storage elements in the control file. Click on the "Delete" buttons next to each element to delete them. To make changes, delete the existing time event variables and add new ones.
{% for control_comp in control_component_list.4 %} {% if control_comp %}There are no variable storage elements.
{% endif %} {% if form_type == 5 %}Click on the "Add variable storage" button below to add more variable storage elements.