ARTS built-in documentation server
Workspace Method WriteXML
Description
Writes a workspace variable to an XML file.
This method can write variables of any group.
If the filename is omitted, the variable is written
to <basename>.<variable_name>.xml.
If no_clobber is set to 1, an increasing number will be
appended to the filename if the file already exists.
Authors: Oliver Lemke
Synopsis
Variables
IN | output_file_format | (String) | Output file format. |
GIN | in | (Any) | Variable to be saved. |
GIN | filename | (String, Default: "") | Name of the XML file. |
GIN | no_clobber | (Index, Default: 0) | 0: Overwrite existing files, 1: Use unique filenames |