system.kanoa.quality.config.sheets.getAssets
Description
Gets all assets linked to a check sheet in KanoaQDS.Syntax
getAssets(chkShtId)- chkShtId - ID of the check sheet (int).
- data - A dataset containing information about assets linked to the check sheet (pyDataset).
Code Example
# Usage example
chk_sht_id = 56
assets_data = system.kanoa.quality.config.sheets.getAssets(chkShtId=chk_sht_id)
print(assets_data)