WorkspaceVariable
- class pyarts.arts.WorkspaceVariable
A wrapper around all workspace groups
- __init__(self: pyarts.arts.WorkspaceVariable, arg0: pyarts.arts.WorkspaceVariable) None
From another variable
Methods
__init__(self, arg0)From another variable
delete_level(self)Delete a level from the workspace variable stack, if it has depth
initialize_if_not(self)Default initialize the variable if it is not already initialized
readxml(self, filename)Read the variable from an xml file
Attributes
StringA description of the workspace variableGroupRecordThe group of the variableboolFlag if the variable is initializedstrThe name of the workspace variableThe value of the workspace variable (if initialized)