Skip to content

Time | Topology Syntax Guide

Michael Albert edited this page Nov 11, 2019 · 4 revisions

The time flag can be used to specify the run-time of a simulation. It is supported as an additional flag under the topology name.

Times are not inherited, the time of the simulation to be used will be only in the highest-level topology.

Example

SimpleTop:
  time: 60
  node:
    - node1:
        iface: eth0
Clone this wiki locally