Run number counter in Experiment Wizard

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
ptelleria
Posts: 16
Joined: Wednesday 06 July, 2016 - 13:35

Run number counter in Experiment Wizard

Post 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!
Pedro
User avatar
HarryBunnik
Posts: 362
Joined: Monday 07 February, 2011 - 11:22

Re: Run number counter in Experiment Wizard

Post 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
ptelleria
Posts: 16
Joined: Wednesday 06 July, 2016 - 13:35

Re: Run number counter in Experiment Wizard

Post by ptelleria »

Thanks!
Pedro
Post Reply