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.

Authors: Oliver Lemke

Synopsis

WriteXML( output_file_format, v, filename )

Variables

INoutput_file_format(String)Output file format.
GINv(Any)Variable to be saved.
GINfilename(String, Default: "")Name of the XML file.