create_variable

Workspace.create_variable(self: pyarts.arts._Workspace, group: str, name: str, desc: str | None = None) pyarts.arts.WorkspaceVariable

Creates a workspace variable

Parameters:
  • group (str) – The name of the type of variable to create

  • name (str) – The name of the variable to create

  • desc (str, optional) – A description of the created workspace variable