Skip to main content

system.kanoa.quality.config.sheets.getAlertGroups

Requires kanoaQDS license

Description

Gets alert groups linked to a check sheet.

Syntax

getAlertGroups(chkShtId)

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

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

    # Usage example
    chk_sht_id = 56
    alert_groups_data = system.kanoa.quality.config.sheets.getAlertGroups(chkShtId=chk_sht_id)

    print(alert_groups_data)