Skip to content
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

Manipulators should get a current simulation time as an argument (for scenarios) #699

Open
davidhjp01 opened this issue May 3, 2022 · 0 comments
Labels
discussion needed Let's have a discussion about this feature request

Comments

@davidhjp01
Copy link
Contributor

If an output of a scenario manipulator is time variant, we cannot accurately compute it because the manipulator function only accepts the delta time. For example, when the scenario event is set to trigger at t=5.5 but a user sets a step size of 1.

I suggest to pass the current simulation time to the manipulator functions to resolve this issue.

@davidhjp01 davidhjp01 added discussion needed Let's have a discussion about this feature request labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion needed Let's have a discussion about this feature request
Projects
None yet
Development

No branches or pull requests

1 participant