Announcement

Collapse
No announcement yet.

Load & Start Network Simulation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Load & Start Network Simulation

    Has anyone got a solution to simulation using 'Load & Start' via backburner/deadline?

    I have tried editing 'Use Script' with:

    A_StartSim PhoenixFD_01 @"Z:\OUTPUT\PHOENIX_START.aur" 0

    inserted under fn OnSimulationBegin =().

    Which works locally but not via backburner.

    Sam.

  • #2
    Hey,

    You don't need the number at the end - when it's used, the sim is restored, instead of loaded.

    Let's check this with the sim script...
    Svetlin Nikolov, Ex Phoenix team lead

    Comment


    • #3
      Alright, so his needed some changes in the code, but with tomorrow's nightly you should be able to do it like this:

      fn OnSimulationBegin=(
      A_StopSim this
      A_StartSim this @"path\to\caches"
      )
      Svetlin Nikolov, Ex Phoenix team lead

      Comment

      Working...
      X