Difference between revisions of "SimulatorMain"
(Created page with "Is the main entry point to the simulation. To use a GUI for setting the properties use SecenarioSelector ==Properties== * -config filename - defines the filename of the sc...") |
(→Run in Eclipse) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Is the main entry point to the simulation. To use a GUI for setting the properties use [[ | + | Is the main entry point to the simulation. To use a GUI for setting the properties use [[Scenario Selector GUI]] |
==Properties== | ==Properties== | ||
* -config filename - defines the filename of the scenariofile | * -config filename - defines the filename of the scenariofile | ||
* -impstages filename - defines the filename of the implementation file (default = imp_basic) | * -impstages filename - defines the filename of the implementation file (default = imp_basic) | ||
* -adapter true|false - if true the fast entity adapter is used (default = false) | * -adapter true|false - if true the fast entity adapter is used (default = false) | ||
− | * -path directory - defines the property file directory (default = path given by | + | * -path directory - defines the property file directory (default = path given by clsGetARSPath) |
* -autostart true|false - if true the simulation will be started and paused at step 0 (default = false) | * -autostart true|false - if true the simulation will be started and paused at step 0 (default = false) | ||
+ | |||
+ | == Run in Eclipse== | ||
+ | [[File:RunConfigurationSimulatorMain1.png|500px]] | ||
+ | [[File:RunConfigurationSimulatorMain2.png|500px]] |
Latest revision as of 08:34, 2 July 2013
Is the main entry point to the simulation. To use a GUI for setting the properties use Scenario Selector GUI
Properties
- -config filename - defines the filename of the scenariofile
- -impstages filename - defines the filename of the implementation file (default = imp_basic)
- -adapter true|false - if true the fast entity adapter is used (default = false)
- -path directory - defines the property file directory (default = path given by clsGetARSPath)
- -autostart true|false - if true the simulation will be started and paused at step 0 (default = false)