atoti.function.shift module#
- atoti.shift(measure, on, *, offset=1)#
Return a measure equal to the passed measure shifted to another member.
- Parameters
measure (
MeasureDescription
) – The measure to shift.on (
Level
) – The level to shift on.offset (
int
) – The amount of members to shift by.
- Return type