sim.scheduleExecution

Schedules execution of a function

Synopsis

int id = sim.scheduleExecution(func f, list args, float timePoint, bool simTime = False) int id = sim.scheduleExecution(func f, any[] args, float timePoint, bool simTime = false)

Arguments

  • f: function to call
  • args: arguments to the function
  • timePoint: time when the function should execute
  • simTime: simulation or real-time scheduling

Return values

  • id: id of the scheduled execution function


See also: