-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for DELAY FIXED #29
Comments
Note: I Spent several hours today trying to do this myself, but couldn't wrap my head around how - if possible - I could "save" the value of a calculation at a certain time step for use at a later time step... everything seemed (?) to be calculated at each step. Would be more than happy to implement this myself with some guidance. |
@MITREDan Apologies for the delay. This will be handled in the EquationReader.js file. The |
I followed the Vensim docs which mention that The other special handling that is needed is: rewriting the When the A new |
Support for the
DELAY FIXED
function would be very useful. Does not seem like there's a way to simulate that function usingDELAY1
, though if there is, that'd be equally good.The text was updated successfully, but these errors were encountered: