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:
    asset_path = 'SampleAsset'
    mode_info = system.kanoa.asset.getCurrentModeInfo(asset_path)