In a transient simulation, I step a parameter, call it X.
I also have another parameter function of X, let’s call it Y=f(X).
This means that at every step I will have different values for X and Y.
All works as expected in the transient simulation results.
However, in the post-processing .meas statements, the values of Y are not X dependent anymore:
at each step, the correct value of X is taken, but Y value is always and only the value of step 1.
Is this expected?