scipp.logical_and#

scipp.logical_and(a, b)#

Element-wise logical and.

Equivalent to:

a & b
Parameters
Returns

Union[Variable, DataArray, Dataset] – The logical and of the elements of a and b.