system.kanoa.quality.event.getAssetTagInfo
Description
Gets the current asset status values from the qds/assetInfo UDT at the given tagPath in KanoaQDS.Syntax
getAssetTagInfo(tagPath)- tagPath - Tag path for the asset status values (string).
- assetTagInfo - Dictionary containing current asset status values (dictionary).
Code Example
# Usage example
tag_path = '[default]path/to/asset'
asset_tag_info = system.kanoa.quality.event.getAssetTagInfo(tagPath=tag_path)
print(asset_tag_info)