system.kanoa.shift.getCurrentShift
Description
Returns the current shift for the given parameters (kanoaCore).Syntax
getCurrentShift(paramsDict)- paramsDict - dictionary ie {'assetId':1}
- Current shift data (pyDataset).
Code Example
# Example Usage:
currentShift = system.kanoa.shift.getCurrentShift({'assetId': 1})