Skip to main content

system.kanoa.asset.getOperationalAssets(paramsDict)

Returns assets that have production data. Used to filter out assets that have been created but are not in use. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- assetGroupIdListList of Integers
- assetIdInteger
- assetPathString
- assetTypeIdListList of Integers
- enabledBoolean
- oeeTypeListList of Integers
- userFunctionString
- userIdInteger

Returns

assetData pyDataset


Example

paramsDict = {}
operationalAssets = system.kanoa.asset.getOperationalAssets(paramsDict)