Skip to main content

system.kanoa.performanceState.getPerformanceStates(paramsDict)

Returns performance state info for given parameters. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- counterTypeIdInteger
- counterTypeNameString
- enabledBoolean
- performanceStateClassIdInteger
- performanceStateClassPathString
- performanceStateIdInteger
- performanceStateIdListList of Integers
- performanceStateNameString
- performanceStatePathString

Returns

performanceStateData pyDataset


Example

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