OOF2: The Manual

Name

Periodic (Periodic) — Produce evenly spaced periodic output.

Synopsis

Periodic(delay, interval)

Details

  • Base class: Schedule
  • Parameters:

    delay
    Time before the first output. Type: A real number.
    interval
    Time between outputs. Type: A real number.

Description

A Scheduled Output with a Schedule set to Periodic will be performed at uniform time intervals. If the associated ScheduleType is RelativeOutputSchedule, the output times will be offset by the starting time of the computation.

See Also