OOF2: The Manual

Name

OOF.File.Load.Data — Load a data file.

Synopsis

OOF.File.Load.Data(filename)

Details

  • Parent Menu: OOF.File.Load
  • Callback: function loaddata in module ooflib.common.IO.mainmenu
  • Parameters:

    filename
    Name of the file. Type: A character string.

Description

This command loads OOF2 ascii or binary data files. The commands in the OOF2 OOF.File.Save menu create these data files when the file format is set to ascii or binary. (The exception is OOF.File.Save.Python_Log, which only saves script files. These files must be loaded by OOF.File.Load.Script.