Skip to main content

system.kanoa.quality.config.sheets.getFiles

This function requires KanoaQDS module

Description

Gets files linked to a check sheet in KanoaQDS.

Syntax

getFiles(chkShtId)
  • Parameters
      chkShtId - ID of the check sheet (int).
  • Returns
      data - A dataset containing information about files linked to the check sheet (pyDataset).
  • Code Example

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

    print(files_data)