system.kanoa.performanceState.getAssetPerformanceStates(paramsDict)
Returns performance states linked to assets filtered by the given parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - enabled | Boolean | |
| - performanceStateClassId | Integer | |
| - performanceStateClassPath | String | |
| - performanceStateId | Integer | |
| - performanceStateName | String | |
| - performanceStatePath | String |
Returns
assetPerformanceStateData pyDataset
Example
data = system.kanoa.performanceState.getAssetPerformanceStates({'enabled': True})
>>>