OOF2: The Manual

Name

OOF.Mesh.Scheduled_Output.Rename — Rename an existing scheduled output operation.

Synopsis

OOF.Mesh.Scheduled_Output.Rename(mesh,output,name)

Details

  • Parent Menu: OOF.Mesh.Scheduled_Output
  • Callback: function _renameOutput in module ooflib.engine.IO.scheduledoutputmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    output
    Old name of an output. Type: A character string.
    name
    New name for the output. Type: A character string, or the variable automatic.

Description

Give a new name to a Scheduled Output.