Skip to main content

system.kanoa.performanceState.getAssetPerformanceStates(paramsDict)

Returns performance states linked to assets filtered by the given parameters. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- assetIdInteger
- assetPathString
- enabledBoolean
- performanceStateClassIdInteger
- performanceStateClassPathString
- performanceStateIdInteger
- performanceStateNameString
- performanceStatePathString

Returns

assetPerformanceStateData pyDataset


Example

data = system.kanoa.performanceState.getAssetPerformanceStates({'enabled': True})
>>>