Skip to main content

system.kanoa.quality.config.sheets.getAssets

Requires kanoaQDS license

Description

Gets all assets linked to a check sheet.

Syntax

getAssets(chkShtId)

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

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

    # Usage example
    chk_sht_id = 56
    assets_data = system.kanoa.quality.config.sheets.getAssets(chkShtId=chk_sht_id)

    print(assets_data)