Control center design #531
jinningwang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To further enhance manipulating the simulation, I suggest developing a "control center". It can handle the necessary manipulations in a more organized way, such as device connectivity, AGC response, randomness in generation, or changing load level. We welcome your input to help us better understand the potential usage of ANDES.
Three types of functionalities I can imagine now:
Toggle
, an API can be developed to allow more easier manipulation.Potential implementation:
Develop a class
ControlCenter
, and set it as a system attribute asSystem.cc
.It takes input of timeseries data. it has a method
trip
to manipulate device connectivity.It is motivated from following discussions: #524, #496, #477
Beta Was this translation helpful? Give feedback.
All reactions