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

WriteXML( output_file_format, in, filename, no_clobber )

Variables

INoutput_file_format(String)Output file format.
GINin(Any)Variable to be saved.
GINfilename(String, Default: "")Name of the XML file.
GINno_clobber(Index, Default: 0)0: Overwrite existing files, 1: Use unique filenames