pyarts.catalogues.ArrayOfLineRecord¶
-
class
pyarts.catalogues.
ArrayOfLineRecord
(data=None, version=None)[source]¶ Represents an ArrayOfLineRecord object.
-
__init__
(data=None, version=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([data, version])Initialize self.
as_ARTSCAT5
()Returns manipulable ARTSCAT5 class of this linerecord array
from_xml
(xmlelement)Loads an ArrayOfLineRecord object from an existing file.
write_xml
(xmlwriter[, attr])Write an ArrayOfLineRecord object to an ARTS XML file.
Attributes
data
List of strings representing line records.
version
ArrayOfRecord version number.
-