system.kanoa.quality.config.sheets.getItemSets
Description
Gets all item sets linked to a check sheet in KanoaQDS.Syntax
getItemSets(chkShtId)- chkShtId - ID of the check sheet (int).
- data - A dataset containing information about item sets linked to the check sheet (pyDataset).
Code Example
# Usage example
chk_sht_id = 56
item_sets_data = system.kanoa.quality.config.sheets.getItemSets(chkShtId=chk_sht_id)
print(item_sets_data)