-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMU signal #152
PMU signal #152
Conversation
Signed-off-by: Beijia Yang <[email protected]>
Signed-off-by: Ghassen Nakti <[email protected]>
Issue: the scheduler drops the tasks of the new PMU signal class |
This is a brief explanation.The class "PMUSignalDevice" is a new constructed signal-model class which produces the measurement error on the signals from system components. |
This is inspired by recent exchanges with a new user in the [LFE SOGNO slack channel for DPsim](https://lfenergy.slack.com/archives/C054GB551TL) and for the PMU signal class #152 Changelog: - Getting Started: - Changed the link of the fedora installation script to the current SOGNO repo (from the old ACS repo) - Add more examples on how to compile the libraries like `dpsimpy `or `dpsimpyvillas` - Add relevant example on how to export path in case of a conda environment (thanks @dinkelbachjan for the hints here) - Add example on how to include GSL in the linking process when using cmake (thanks @dinkelbachjan for the hints here) - Roadmap: - Added the Project Board, Issues List and Pull Requests pages of the repository as sources of knowing the current developments. - Removed an old `Roadmap.md` file that was unused but left in the root folder of the documentation. - Contribution Guidelines: - Added links to the Pull Request page on github and to the DPSim LFE SOGNO slack channel. - Power Flow: - Fix the references, seem to be unsupported - Instead of the references, words were used to name the equations. - Some equations had no `$$..$$ `enclosing them, so they did not render as LaTeX This PR partially fixes #211 in regard of the equation rendering. The missing part is the Figures that does not render. There is a `*.svg` in the `gitignore` list that probably is the root cause, and we need to find where are the original files of the figures (likely the [old repository](https://github.com/sogno-platform/dpsim-docs) for the documentation). See for example this file [here](https://github.com/sogno-platform/dpsim-docs/blob/master/content/en/docs/Models/RLC-Elements/electrical_resistive_companion_capacitance.svg) for the RLC circuit. - Restore the SVG files - Fix the hugo .gitignore to avoid doing it on the SVG images of the documentation - Obtain the old files from the dpsim-docs repo and added to the current one Fixes #211 currently.
closing it in favour of #258 |
This PR implements a measurement device as a signal class ...