Skip to main content
atoti.at(
    measure: VariableMeasureConvertible,
    coordinates: _CoordinatesCondition,
    /,
) → MeasureDefinition
Return a measure equal to the passed measure at some other coordinates of the cube.

Parameters

measure

The measure to take at other coordinates.

coordinates

The condition specifying the coordinates at which to fetch the measure’s value. It can only be a condition made of an equality test of a level with a single value or a combination of such conditions.
Note that if the level on the right is not expressed, the shifting will not occur.