Skip to main content

system.kanoa.quality.config.sheets.getItemSets

Requires kanoaQDS license

Description

Gets all item sets linked to a check sheet.

Syntax

getItemSets(chkShtId)

Parameters:
  • chkShtId (int): ID of the check sheet.

  • Returns:
  • data (pyDataset): A dataset containing information about item sets linked to the check sheet.
  • Code Examples

    # Usage example
    chk_sht_id = 56
    item_sets_data = system.kanoa.quality.config.sheets.getItemSets(chkShtId=chk_sht_id)

    print(item_sets_data)