Replies: 1 comment 1 reply
-
My current fix is to create a new parameter "Y_indep" and have Z's setpoints be X and Y_indep, but I'm wondering if there's a cleaner way. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running an experiment with 3 variables, which I'll call X, Y, and Z. What I want to do is sweep X, measure some data, and calculate Y at each X. So X is a parameter with no setpoints, and Y has X as its setpoint.
The next thing I want to do is, at each X, calculate Z. I want to be able to plot Z vs. X, but I also want to be able to plot Z vs. Y. So my ideal would be to have Z have X and Y as setpoints, allowing me to easily show either graph in Plottr. As I understand it, this causes an error, as Y is a dependent variable, and so no variable can depend on it:
ParamSpecTree can not have cycles
Is this the desired behavior? What's the workaround?
Beta Was this translation helpful? Give feedback.
All reactions