Skip to main content

system.kanoa.asset.getAssetTagPath

Requires kanoaCore license

Description

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

Syntax

getAssetTagPath(paramDict)

Parameters:
  • paramDict (Dictionary)

  • Returns:
  • PyDataset
  • Dictionary

    ParameterTypeRequiredNotes
    assetPathstring i.e. Kanoa Industries\Adelaide Hills\Packaging\Line 1
    assetIdint

    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}")