Skip to main content

system.kanoa.quality.config.sheets.getTooling

Requires kanoaQDS license

Description

Gets tooling linked to a check sheet.

Syntax

getTooling(chkShtId)

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

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

    # Usage example
    chk_sht_id = 56
    tooling_data = system.kanoa.quality.config.sheets.getTooling(chkShtId=chk_sht_id)

    print(tooling_data)