Skip to main content

system.kanoa.asset.getCurrentStateInfo

Requires kanoaOPS license

Description

Returns the current state info for a given assetPath.

Syntax

getCurrentStateInfo(assetPath)

Parameters:
  • assetPath (string): Path of the asset.

  • Returns:
  • stateInfo (dictionary)
  • Code Examples

    # Example Usage:
    assetPath = 'SampleAsset'
    stateInfo = system.kanoa.asset.getCurrentStateInfo(assetPath)