Julia DifferentialEquations: add two delays into ODE

I think you have two options here:

  1. Add also the second activation time to the tstops array e.g. tstopts=[1000, 1100]
  2. Simply use ContinuousCallback’s and forget about tstops