Show the Simulation Run

Use this forum to post Sable related questions.

Moderator: Administrator

Post Reply
drees
Senior Member
Posts: 73
Joined: Fri Jun 25, 2010 4:02 am

Show the Simulation Run

Post by drees »

Is there anyway to show, as you can in vensim, the name of the simulation run you are seting up. At this stage when you load runs the name of that run is not visible. Is there a way of doing this?

Thanks

David
Administrator
Super Administrator
Posts: 4573
Joined: Wed Mar 05, 2003 3:10 am

Re: Show the Simulation Run

Post by Administrator »

Add some text to the screen, and in it enter

Code: Select all

Runname = @RUNNAME@
The @RUNNAME@ will be replaced with the current run name.

You can also use

Code: Select all

@RUNNAMENOPATH@
and the following to display the runs that are currently loaded.

Code: Select all

@RUN0@
@RUN1@
...
@RUNn@
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
drees
Senior Member
Posts: 73
Joined: Fri Jun 25, 2010 4:02 am

Re: Show the Simulation Run

Post by drees »

Thanks

David
Post Reply