system.kanoa.quality.event.getAssetTagInfo
Description
Gets the current asset status values from the qds/assetInfo UDT at the given tagPath.Syntax
getAssetTagInfo(tagPath)Parameters:
Returns:
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)