OOF2: The Manual
Name
OOF.LoadData.Mesh.Scheduled_Output.Schedule — Assign a schedule to an output operation.
Synopsis
OOF.LoadData.Mesh.Scheduled_Output.Schedule(mesh, output, scheduletype, schedule)
Details
- Parent Menu: OOF.LoadData.Mesh.Scheduled_Output
-
Callback: function
_setSchedulein moduleooflib.engine.IO.scheduledoutputmenu -
Parameters:
mesh- Type: The path to an existing
Meshobject. output- Name of the output being scheduled. Type: A character string.
scheduletype- How to interpret the schedule. Type: An object of the
ScheduleTypeclass. schedule- When to produce the output. Type: An object of the
Scheduleclass.
Description
This is a version of OOF.Mesh.Scheduled_Output.Schedule.Set that is used internally in data files. It is not invoked directly by the OOF2 user interface.



