-
Notifications
You must be signed in to change notification settings - Fork 2
2. Quick Start
herrcui edited this page Jan 26, 2018
·
9 revisions
Once start PULSim, a main menu will be shown if the mouse is hovered on the top of the screen.
- Click "Open" button. Select the data file from data navigator. For example, if you extract the example data to your %Data Folder%, click the button "load from timetable directory" and choose the folder "var-Ausbau-Z0011_200".
- Start simulation by clicking the "Simulate" button. Additional information can be viewed by clicking "Diagram".
Click "Python Interface", users can customize their own workflow with Python script. Python and Py4J should be intalled in advance. See installation guide.
By default, the First Come First Served (FCFS) principle is applied for the dispatching system in PULSim. However, user can change dispatching system with customized algorithm. Click "Config", users can set their own dispatching algorithm. For using external dispatching scripts, see Customized Dispatching Interface.