Skip to main content

system.kanoa.quality.event.getAssetTagInfo

Requires kanoaQDS license

Description

Gets the current asset status values from the qds/assetInfo UDT at the given tagPath.

Syntax

getAssetTagInfo(tagPath)

Parameters:
  • tagPath (string): Tag path for the asset status values.

  • Returns:
  • assetTagInfo (dictionary): Dictionary containing current asset status values.
  • Code Examples

    # Usage example
    tag_path = '[default]path/to/asset'
    asset_tag_info = system.kanoa.quality.event.getAssetTagInfo(tagPath=tag_path)

    print(asset_tag_info)