VarAndData#

Qualified name: transient_data_table.scripting_api.transient_data_table_setup.VarAndData

class transient_data_table.scripting_api.transient_data_table_setup.VarAndData(var: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], data: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes])[source]#

Bases: NamedTuple

Named tuple containing the data points and the data itself with shapes (n), (n, m) respectively

Shapes are not enforced

Methods

Attributes

data

Alias for field number 1

var

Alias for field number 0

data: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]#

Alias for field number 1

var: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]#

Alias for field number 0