State.get_dataarray#

State.get_dataarray(tablename: str, item: str, as_copy: bool = True) DataArray#

Get a workflow table item as a xarray.DataArray.

Parameters:
tablenamestr

Name of table to get.

itemstr

Name of item within table.

as_copybool, default True

Return a copy of the data instead of the original.

Returns:
DataArray