system.kanoa.asset.getAssetTagPath(paramsDict)
Given an assetPath or assetId, this function will return the tag path to the assetOEE tag UDT
Parameters
paramsDict Dictionary: at least one key value must be provided
| - assetId | Integer | |
| - assetPath | String |
Returns
tagPath String
Example
tagPath = system.kanoa.asset.getAssetTagPath({'assetPath': 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'})
print("Tag path is %s"%tagPath)