OOF2: The Manual

Name

OOF.Named_Analysis.SaveAnalysisDefs — Save the definitions of named analysis operations to a file.

Synopsis

OOF.Named_Analysis.SaveAnalysisDefs(filename,mode,format,names)

Details

  • Parent Menu: OOF.Named_Analysis
  • Callback: function _saveAnalysisDefs in module ooflib.engine.IO.analyzemenu
  • Parameters:

    filename
    Name of the file. Type: A character string.
    mode
    'w' to (over)write, 'a' to append. Type: An object from the WriteMode enumerated class.
    format
    Format of the file. Type: An object from the DataFileFormat enumerated class.
    names
    Names of the analyses to be saved. Type: A list of character strings.

Description

Save the definitions of the given Named Analyses to a file. The analyses must have been created by OOF.Named_Analysis.Create.

In the GUI, this command is invoked by choosing Save from the Create/Delete/etc… pop-up menu in the Named Analyses pane in the Analysis page.