Project

The Project Plugin can be used to simply start a simulation from the gui.

../../_images/overview.png

Before the simulation adjustments begin, the user is obligated to load or create a “Master Configuration” (masterConfig). A Master Configuration in openPASS can be understood as a project. It is a XML-File which get inscribed the path settings and simulation settings after you click SAVE.

General

../../_images/general.png

In this segment you are able to name the Master Configuration. In our example it is called MasterConfigurationNo1.

Path Settings

../../_images/pathSettings.png

The next step is path settings. These will change depending on where your openPASS.exe is located. In the screen shot above the openPASS.exe is located at C:/OpenPASS. For easier use of this tutorial it is recommended to save the Demo Folder in C:/ and name it OpenPASS. On to the settings. As you can see three paths need to be set. The library comes with openPASS. There are plans to remove the option for the user to set the library path, but at this moment there is still the option to change it, although this is not recommended. The Slave Path references the OpenPassSlave.exe, the file to execute the slave. If you are using the provided Demo, there is no need for you to change it. The only path you need to set is the path of the Configuration Files. In the Demo it will be located at [directory of openPASS.exe]/configs, so in this case it would be C:/OpenPASS/configs.

Simulation Output Settings

../../_images/simOutputSettings.png

Next step is the Simulation Output Settings. There are three output files. First is the log file of the master. However, when simulation jobs are started by the GUI, the openPASS master is not executed and, hence, the master log will not contain any log entries. Second is the log file created by the slave. In this log file you will find error messages, actions of the slave etc. depending on the log level. The Log level lets you choose which type of messages are logged. “0” means that only errors are logged, whereas the highest log level of “5” leads to the most detailed description of which steps are executed by the slave. The results path specifies the folder in which the results of a successful simulation will be saved.

Note

It is recommended to create a new folder in C:/OpenPASS called “results” and set it as the results path as in the picture above.