OOF2: The Manual
Name
OOF.Mesh.Scheduled_Output.Schedule.Copy — Copy an output schedule to another Output.
Synopsis
OOF.Mesh.Scheduled_Output.Schedule.Copy(mesh,source,targetmesh,target)
Details
- Parent Menu: OOF.Mesh.Scheduled_Output.Schedule
-
Callback: function
_copySchedulein moduleooflib.engine.IO.scheduledoutputmenu -
Parameters:
mesh- Mesh from which to copy the schedule. Type: The path to an existing
Meshobject. source- Name of the output whose schedule is being copied. Type: A character string.
targetmesh- Mesh to which to copy the schedule. Type: The path to an existing
Meshobject. target- Name of the output to which to copy the schedule. Type: A character string.
Description
Copy the Schedule from the Scheduled Output
named source in Mesh mesh to
the Scheduled
Output named target in Mesh
targetmesh. mesh and
targetmesh may be identical. If the
target already has a Schedule, it will be replaced.



