system.kanoa.shift.getPreviousShift
Description
Returns the current shift for the given parameters (kanoaCore).Syntax
getPreviousShift(paramsDict)- paramsDict (dict)
-  - assetId (int)
-  - assetPath (string)
- previous shift data (pyDataset).
Code Examples
# Example Usage:
previousShift = system.kanoa.shift.getPreviousShift({'assetId': 1})