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

desc

String A description of the workspace variable

group

GroupRecord The group of the variable

init

bool Flag if the variable is initialized

name

str The name of the workspace variable

value

The value of the workspace variable (if initialized)