savexml

ArrayOfTensor5.savexml(self: pyarts.arts.ArrayOfTensor5, file: str, type: str = 'ascii', clobber: bool = True) None

Saves ArrayOfTensor5 to file

Parameters:
  • file (str) – The path to which the file is written. Note that several of the options might modify the name or write more files

  • type (str) – Type of file to save (ascii. zascii, or binary)

  • clobber (bool) – Overwrite existing files or add new file with modified name?

On Error:

Throws RuntimeError for any failure to save