Skip to main content

system.kanoa.asset.getCurrentModeInfo

Requires kanoaOPS license

Description

Returns the current mode info for a given assetPath.

Syntax

getCurrentModeInfo(assetPath)

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

  • Returns:
  • modeInfo (dictionary)
  • Code Examples

    # Example Usage:
    assetPath = 'SampleAsset'
    modeInfo = system.kanoa.asset.getCurrentModeInfo(assetPath)