Skip to main content

system.kanoa.asset.getAssetTagPath

This function requires KanoaCore module

Description

Given an assetPath or assetId, this function will return the tag path. (kanoaCore)

Syntax

getAssetTagPath(paramDict)
  • Parameters
      paramDict (Dictionary) - {'assetPath': 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'} or {'assetId': 18}
  • Returns
      PyDataset
  • Code Examples

    # Example Usage:
    tag_path = system.kanoa.asset.getAssetTagPath({'assetPath': 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'})
    print(f"The tag path is: {tag_path}")