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