Greetings,
I'm working with a formula in a prediction profler and using the simulator to do analysis around a selected point. For two parameters, I have found that when I update them the all the other parameters are reset to initial values that come up when I open the profiler. I was doing this via JSL scripting at first so I figured I got something wrong there. But when I manually tried to do it from the menu using the same formula, I encountered the same problem - I can update the simulator parameters manually except for the two problem ones and when I update those, all inputs reset to the values that come up when I load the prediction profiler.
Has anyone ever encountered this phenomenon? If so, how did you resolve the problem? Thanks.
Occurred as I was writing this: One thing I just noticed using a different equation with many of the same inputs is that by going outside the ranges, this triggers the reset behavior. Some of my inputs for my prediction formula are formulas themselves due to linkages of inputs. Might that be the problem? If so, is the proper resolution to simply modify my script to update the input ranges to reflect what my true ranges are?
Basically my bounds are X(0,50) -> Y. But my implementation is T(0,3) -> X(5,31) -> Y where 5 and 31 are defined due to the linkage to T. Hopefully I've made what I'm doing a little clearer.