OOF2: The Manual
Name
Specified Times (SpecifiedTimes) — Produce ouput at the specified times.
Synopsis
SpecifiedTimes(times)
Details
-
Base class:
Schedule -
Parameters:
times- Produce output at these times. Type: A list of floating point numbers.
Description
A Scheduled
Output with a Schedule set
to SpecifiedTimes will be performed at each
time given in times, which must be a Python list of times, enclosed in square
brackets. If the associated ScheduleType is RelativeOutputSchedule, the output times
will be offset by the starting time of the computation.



