Skip to main content

system.kanoa.quality.config.sheets.getItems

Requires kanoaQDS license

Description

Gets all items linked to a check sheet.

Syntax

getItems(chkShtId)

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

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

    # Usage example
    chk_sht_id = 56
    items_data = system.kanoa.quality.config.sheets.getItems(chkShtId=chk_sht_id)

    print(items_data)