Delete

Workspace.Delete(self: pyarts.arts._Workspace, v: pyarts.arts.WorkspaceVariable, verbosity: pyarts.arts.Verbosity | None = self.verbosity) None

Deletes a workspace variable.

The variable is marked as uninitialized and its memory freed. It is not removed from the workspace though, therefore you don’t need to/can’t call Create for this variable again.

Author(s): Oliver Lemke

Parameters:
  • v (Any) – Variable to be deleted. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]