Expose state derivative yp_ for signals
Open
@lukelowry is already working on this.
Since Jun 26, 2026.
enhancement
question
- Dominant language
- C++
- Stars
- 27
- Forks
- 11
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 23
Description
Summary
For a given signal of state y wired into a model, that model should also have access to the derivative yp
Rationale
Many models read external derivatives
Description
Expose state and state derivative for a given signal. Concerns/questions of mine:
- This only makes sense for differential variables, so we should use
tag_to validate, I think - This might possibly add some non-trivial inclusion of $\alpha$ directly into the equations? unsure
Additional information
@nkoukpaizan I would like to know your thoughts on this.
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.