Speed (EventController)

Syntax

<Path>.Speed:integer

The attribute Speed sets the speed with which the EventController executes the simulation. You can enter a number between 100 (fastest) and 0 (slowest).

Data Type of the Value You Can Assign

You can assign a value of data type integer.

Example

-- Restarts the first transporter after a certain time.
EventController.Speed := 60 -- reduces the simulation speed to better see
                            -- what is going on in the model
&reStart.methCall(10)       -- calls the method â€™reStart’ after 10 seconds

Related Topic

Slower/Faster