Add capability to parse signal inputs and outputs from JSON input file
@superwhiskers is already working on this.
Since Jul 17, 2025.
- Dominant language
- C++
- Stars
- 27
- Forks
- 11
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 23
Description
Summary
GridKit needs capability to automatically process signal connections for phasor dynamics models from the input file.
Rationale
Current parser capability allows for automatically assembling systems connected through electrical buses. A capability to add control devices to machines depends on ability to add signal connections to different machine variables. For example, some governors would take machine speed as the input, while others will take injection current. The machine needs to identify what variable will be connected to the signal node based on the input data.
Description
There are several steps to implement this:
- Expand JSON file format to include optional signal inlets and outlets for the components.
- Define signal inlet and outlet connection in component's
*Datafiles. - Consider adding to the base
Componentclass methods to connect variable to a signal node.
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.