SpeciesIsotopologueRatiosSet
- Workspace.SpeciesIsotopologueRatiosSet(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.SpeciesIsotopologueRatios, value: pyarts.arts.WorkspaceVariable | pyarts.arts.SpeciesIsotopologueRatios, 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 (SpeciesIsotopologueRatios) – Variable to initialize. [OUT]
value (SpeciesIsotopologueRatios) – The value. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]