ArrayOfString
- class pyarts.arts.ArrayOfString
A list of
String
It aims to be compatible with
list
ofString
Workspace methods that can generate ArrayOfString
Workspace methods that require ArrayOfString
Workspace variables of type ArrayOfString
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.ArrayOfString) -> None
Empty array
__init__(self: pyarts.arts.ArrayOfString, size: int, cval: pyarts.arts.String) -> None
Sized same-value array
__init__(self: pyarts.arts.ArrayOfString, arr: List[pyarts.arts.String]) -> None
Array from
list
__init__(self: pyarts.arts.ArrayOfString, val: pyarts.arts.ArrayOfString) -> None
Copy instance
__init__(self: pyarts.arts.ArrayOfString, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
append
(self, arg0)Appends a
String
at the end of the arrayclear
(self)Empty the array of all values
copy
(self)Copy the array
extend
(self, arg0)Extend the array by another array
fromxml
(file)Create
ArrayOfString
from fileindex
(self, arg0)Returns the first index of a value
insert
(self, arg0, arg1)Insert a value into the array
pop
(self[, i])Pops a
String
from the arrayreadxml
(self, file)Read
ArrayOfString
from filereverse
(self)Reverse order of array
savexml
(self, file[, type, clobber])Saves
ArrayOfString
to file