S
Svenn Are Bjerkem
Guest
Hi,
when running ADE in distributed mode, ADE create a saved state for each
simulation. These can be chosen by using the Results->Select ... menu.
Now, I have been looking at setting the current results by SKILL, but I have
so far only found the sevSelectResults() function, which pops up the select
results form. That is not quite what I want. I am looking for something
like:
(foreach res (list "Cload-1pF" "Cload-pF")
(*hereComesTheWantedFunc* res)
(printf "%f %f\n"
(average (clip (VT "/out") 1e-8 1e-6))
(stddev (clip (VT "/out") 1e-8 1e-6))))
--
Svenn
when running ADE in distributed mode, ADE create a saved state for each
simulation. These can be chosen by using the Results->Select ... menu.
Now, I have been looking at setting the current results by SKILL, but I have
so far only found the sevSelectResults() function, which pops up the select
results form. That is not quite what I want. I am looking for something
like:
(foreach res (list "Cload-1pF" "Cload-pF")
(*hereComesTheWantedFunc* res)
(printf "%f %f\n"
(average (clip (VT "/out") 1e-8 1e-6))
(stddev (clip (VT "/out") 1e-8 1e-6))))
--
Svenn