Skip to main content

system.kanoa.quality.event.getChkShtEvents

Requires kanoaQDS license

Description

Returns scheduled checkSheets.

Syntax

getChkShtEvents(paramsDict)

Parameters:
  • paramsDict (dictionary): Dictionary containing parameters.

  • Returns:
  • data (pyDataset): A dataset containing scheduled checkSheets.
  • Code Examples

    # Usage example
    params_dict = {'assetId': 18, 'assetPath': 'Kanoa Industries\Adelaide Hills\Packaging\Line 1', 'itemClassPath': 'some path', 'itemId': 45, 'shiftNameId': 2}
    data = system.kanoa.quality.event.getChkShtEvents(paramsDict=params_dict)

    print(data)