Skip to content

Conversation

@kasemir
Copy link
Collaborator

@kasemir kasemir commented Nov 14, 2025

widget.getPV() as mentioned in doc doesn't exist. Added some ScriptUtil examples.

Also removed some ';' that are not necessary for python

`widget.getPV()` as mentioned in doc doesn't exist.
Added some ScriptUtil examples.

Also removed some ';' that are not necessary for python
@shroffk
Copy link
Member

shroffk commented Nov 17, 2025

Should we add an example on how we can implement PID control loop using scripts :)

@shroffk shroffk merged commit fe88497 into master Nov 17, 2025
3 checks passed
@kasemir
Copy link
Collaborator Author

kasemir commented Nov 17, 2025

In python, you are not limited to PID. In fact you can replace the complete control system with a Jupyter notebook:

from site import machine
machine.run(power=1300)

@kasemir kasemir deleted the script_pvs_doc branch November 17, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants