ncolsGet
- Workspace.ncolsGet(self: pyarts.arts._Workspace, ncols: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.ncols, v: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Matrix, pyarts.arts.Sparse, pyarts.arts.Tensor3, pyarts.arts.Tensor4, pyarts.arts.Tensor5, pyarts.arts.Tensor6, pyarts.arts.Tensor7], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Retrieve ncols from given variable and store the value in the workspace variable
ncols
Author(s): Oliver Lemke
- Parameters:
ncols (Index, optional) – Number of columns (elements in lowest dimension) of a Matrix or Tensor. See
ncols
, defaults toself.ncols
[OUT]v (Matrix or Sparse or Tensor3 or Tensor4 or Tensor5 or Tensor6 or Tensor7) – Variable to get the number of columns from. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]