I'm converting my serial transient noise run to parallel by setting the noise seed as a parameter.
My original expression is
rms((value(VT("/vOut") 7.8e-06) - average(value(VT("/vOut") 7.8e-06))))
For the parallel sweep, I can find the average by setting evaluating over "sweeps" in EValType but how can I evaluate the rms function over sweeps?
I'm using Assembler so I assume it's easily achievable but everything I've tried so far is falling over in the evaluation.....