get#

async NDPositionsSlicer.get(indices)[source]#

slices through all slider dims and outputs an array that can be used to set graphic data

Note that we do not use __getitem__ here since the index is a tuple specifying a single integer index for each dimension. Slices are not allowed, therefore __getitem__ is not suitable here.

Return type:

dict[str, ArrayProtocol]