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
String
A description of the workspace variableGroupRecord
The group of the variablebool
Flag if the variable is initializedstr
The name of the workspace variableThe value of the workspace variable (if initialized)