Skip to main content

system.kanoa.quality.config.sheets.getTooling

This function requires KanoaQDS module

Description

Gets tooling linked to a check sheet in KanoaQDS.

Syntax

getTooling(chkShtId)
  • Parameters
      chkShtId - ID of the check sheet (int).
  • Returns
      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)