Index

class pyarts.arts.Index

A 64 bit signed integer type

Workspace methods that can generate Index

Workspace methods that require Index

Workspace variables of type Index

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.Index) -> None

Create default

  1. __init__(self: pyarts.arts.Index, arg0: int) -> None

Create from int

  1. __init__(self: pyarts.arts.Index, val: pyarts.arts.Index) -> None

Copy instance

  1. __init__(self: pyarts.arts.Index, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

Methods

__init__(*args, **kwargs)

Overloaded function.

readxml(self, file)

Read Index from file

savexml(self, file[, type, clobber])

Saves Index to file

Attributes

value

Value of instance as int