Timeseries modifying line 'in_service' variable #1174
Unanswered
FrancisMujjuni
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @FrancisMujjuni , can you provide an example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At different time steps, the network I am working with has some lines in service and at other times, they are out of service. I have created a datasource of boolean variables for each line element at every timestep. Unfortunately, the code cannot compile and my suspicion is that the DFData expects a numeric value rather than a boolean. I can get around this problem by simply looping over my datasource and changing the line 'in_service' value 'manually' to run the OPF but is there a simpler method in which I can implement the same using the run_timeseries module?
Beta Was this translation helpful? Give feedback.
All reactions