scipp.all#

scipp.all(x, dim=None)#

Logical AND over input values.

Parameters:
Returns:

TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any]) – A variable containing True if all input values (along the given dimension) are True.

See also

scipp.any

Logical OR.