system.kanoa.asset.getAssetModes(paramsDict)
Returns linked asset modes filtered by the given parameters. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetIdList: | List of Integers | |
| - assetPath | String | |
| - assetPathList | List of Strings | |
| - assetTypeName | String | |
| - autoSchedule | Boolean | |
| - canSchedule | Boolean | |
| - canSelect | Boolean | |
| - enabled | Boolean | |
| - modeAssetLinkId | Integer | |
| - modeCode | Integer | |
| - modeId | Integer | |
| - modeName | String | |
| - modeTypeId | Integer | |
| - modeTypeName | String |
Returns
assetModeLinkData pyDataset
Example
paramsDict = {'assetId': 901, 'enabled': True}
assetModes = system.kanoa.asset.getAssetModes(paramsDict)