Page 1 of 1

Run number counter in Experiment Wizard

Posted: Monday 18 July, 2016 - 11:17
by ptelleria
Hi:
How can I point to the run number which is active in the experiment wizard? I want to save tables, and I need a counter so as to not overwrite them.
Thanks!

Re: Run number counter in Experiment Wizard

Posted: Monday 18 July, 2016 - 12:04
by HarryBunnik
Hello Pedro,

This "current run number" is saved in an Attribute on the Experiment Support atom.
You can read this using:

Code: Select all

Att([CurRun], refExperimentSupport)
Cheers,

Harry

Re: Run number counter in Experiment Wizard

Posted: Monday 18 July, 2016 - 12:29
by ptelleria
Thanks!