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 _setSchedule in module ooflib.engine.IO.scheduledoutputmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    output
    Name of the output being scheduled. Type: A character string.
    scheduletype
    How to interpret the schedule. Type: An object of the ScheduleType class.
    schedule
    When to produce the output. Type: An object of the Schedule class.

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.