NDSweep

class NDSweep(variables: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], data: ndarray, labels: dict | None = None, tags: dict | None = None)

ND parameter sweep

Attributes:
variablestuple of array_like

The parameters being swept.

datanp.ndarray

Main result array with shape == [len(v) for v in variables].

labelsdict

Plot labels: ‘title’, ‘x’, ‘y’ and ‘data’.

tagsdict

Any additional user defined variables.

Attributes

callsig