-
Notifications
You must be signed in to change notification settings - Fork 18
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
Clarification on how Holder block works #58
Comments
Thanks @gabrielenava Currently blocked by #46 |
Thanks @S-Dafarra. |
No it doesn't. I didn't know about this option, changing it solves the issue. |
Great. For the time being this can remain as simple matlab code if it is compatible with code generation |
I did the following test: a ramp signal (starting ramp value: 10) is sent into a subsystem, containing an HOLDER block. Every 2 seconds, the subsystem containing the HOLDER is enabled/disabled for a period of 1s each. See pictures attached.
Inside the subsystem:
These are the output: (Simulation time: 30s)
Now we know that the output of HOLDER block will always be the first value sent to the block. Maybe this may be an issue for some applications.
The text was updated successfully, but these errors were encountered: