What's the best approach to deploy solar panels based on an event? #535
ephraim271
started this conversation in
General
Replies: 1 comment
-
Basilisk simulationBaseClass does have an event handler. See http://hanspeterschaub.info/basilisk/examples/BskSim/scenarios/scenario_AddRWFault.html for some examples on how to set events to emulate RW faults. You can add your own python code to make very general checks, and executions of python code if the checks pass. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through
examples/scenarioDeployingPanel.py
the start time is fixed .
How could this be triggered dynamically instead? For example, deploy panels if rates are low enough, an approach like this
is this the proper way to do this? Alternatively is there a reason why "start deploy" isn't an input message option which subscribes to something else which triggers panel deploy start?
Beta Was this translation helpful? Give feedback.
All reactions