| 1234567891011121314151617 |
- #!/usr/bin/python3
- # This file was automatically generated from drawio2cbd with the command:
- # {{command}}
- from model import {{entry}}
- {% for im in imports %}
- {{im}}
- {% endfor %}
- cbd = {{entry}}("{{entry}}")
- # Run the Simulation
- cbd.run(int({{time}}/DELTA_T), delta_t=DELTA_T)
- # TODO: Plot Signals
- # TODO: Process Simulation Results
|