Skip to main content

system.kanoa.quality.config.sheets.getItemClasses

This function requires KanoaQDS module

Description

Gets all item classes linked to a check sheet in KanoaQDS.

Syntax

getItemClasses(chkShtId)
  • Parameters
      chkShtId - ID of the check sheet (int).
  • Returns
      data - A dataset containing information about item classes linked to the check sheet (pyDataset).
  • Code Example

    # Usage example
    chk_sht_id = 56
    item_classes_data = system.kanoa.quality.config.sheets.getItemClasses(chkShtId=chk_sht_id)

    print(item_classes_data)