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
IN | output_file_format | (String) | Output file format. |
GIN | v | (Any) | Variable to be saved. |
GIN | filename | (String, Default: "") | Name of the XML file. |