Skip to main content

system.kanoa.quality.config.sheets.getFiles

Requires kanoaQDS license

Description

Gets files linked to a check sheet.

Syntax

getFiles(chkShtId)

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

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

    # Usage example
    chk_sht_id = 56
    files_data = system.kanoa.quality.config.sheets.getFiles(chkShtId=chk_sht_id)

    print(files_data)