NumericSet

Workspace.NumericSet(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, value: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Sets a workspace variable to the given value.

Author(s): Richard Larsson

Parameters:
  • output (Numeric) – Variable to initialize. [OUT]

  • value (Numeric) – The value. [IN]

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