OOF2: The Manual

Name

OOF.Settings.Output_Formatting.Show_Time — Show or hide the time column in output files.

Synopsis

OOF.Settings.Output_Formatting.Show_Time(boolean)

Details

  • Parent Menu: OOF.Settings.Output_Formatting
  • Callback: function _dummy in module ooflib.common.IO.formatchars
  • Parameters:

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').

Description

If Show_Time is called with a true argument, the time will be included in Analysis and Scheduled Output files. If each time corresponds to a single line of data in the file, the time will appear as an additional column. If each time corresponds to multiple lines, the time will be printed as an additional comment line in the file header.