OOF2: The Manual

Name

OOF.Mesh.Scheduled_Output.Enable — Enable or disable a scheduled output operation.

Synopsis

OOF.Mesh.Scheduled_Output.Enable(mesh,output,enable)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    output
    Name of the output. Type: A character string.
    enable
    True if output is enabled, false otherwise. Type: Boolean, 0 (false) or 1 (true).

Description

Enable or disable the given Scheduled Output. This is a quick way of disabling an Output that you don't want to delete, perhaps because you'll want to use it later.

In the GUI, this command is invoked by the checkboxes in the leftmost column of the Scheduled Output page.