system.kanoa.quality.config.sheets.getTooling
Description
Gets tooling linked to a check sheet.Syntax
getTooling(chkShtId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
tooling_data = system.kanoa.quality.config.sheets.getTooling(chkShtId=chk_sht_id)
print(tooling_data)