Download SIMPROCESS - computer structures and systems laboratory

Transcript
Appendix J - Running Models Without GUI
Setting Options Using Properties File
The preferred method for setting parameters is to use a properties file. The file can have any name
as long as the extension is .properties. When using a properties file, the properties file name
follows the model on the command line.
SPRunSimulation "C:\Program
Files\SIMPROCESS\models\Demos\Purchasing.spm" "C:\Program
Files\SIMPROCESS\models\Demos\Purchasing\Purchasing.properties"
This example shows a file named Purchasing.properties that is in the directory of the
Purchasing.spm model. The following is an example of a properties file. Three model parameters are
set, one process alternative is set (Purchasing), the number of replications is set, and the Design and
Scenario are set. The order is not important. Do not include a Design and Scenario if the results of
the run should not be committed to the SIMPROCESS database.
Model.NumProdAPersonnel=6
Model.NumProdBPersonnel=4
Model.NumProdCPersonnel=4
Purchasing=Centralized, Functional
Scenario=s1
Design=New Design
Replications=2
SIMPROCESS User’s Manual
601