added PI controller test

This commit is contained in:
Brantegger Georg
2022-07-25 10:22:22 +02:00
parent 5835c05af9
commit 11cfda4615
5 changed files with 625 additions and 283 deletions

View File

@@ -115,7 +115,6 @@ class PI_controller_class:
if new_control > self.cv_upper_limit: if new_control > self.cv_upper_limit:
new_control = self.cv_upper_limit new_control = self.cv_upper_limit
self.control_variable = new_control self.control_variable = new_control
return self.control_variable return self.control_variable

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -296,7 +296,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3.8.13 ('DT_Slot_3')", "display_name": "Python 3.8.13 ('Georg_DT_Slot3')",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@@ -315,7 +315,7 @@
"orig_nbformat": 4, "orig_nbformat": 4,
"vscode": { "vscode": {
"interpreter": { "interpreter": {
"hash": "4a28055eb8a3160fa4c7e4fca69770c4e0a1add985300856aa3fcf4ce32a2c48" "hash": "84fb123bdc47ab647d3782661abcbe80fbb79236dd2f8adf4cef30e8755eb2cd"
} }
} }
}, },