added PI controller test
This commit is contained in:
@@ -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
386
Regler/regler_test_optimierung.ipynb
Normal file
386
Regler/regler_test_optimierung.ipynb
Normal file
File diff suppressed because one or more lines are too long
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user