Skip to main content

system.kanoa.item.getItemPeriods

Description

Returns an item period.

Syntax

getItemPeriods(paramsDict)

Parameters:
  • paramsDict (PyDictionary)

  • Returns:
  • (PyDataset): row corresponding to searched item period
  • Code Examples

    # This returns the time period info for time period item named 'Hour' and enabled

    paramsDict = {'enabled': True, 'itemPeriodName': 'Hour'}
    system.kanoa.item.getItemPeriods(paramsDict)