system.kanoa.asset.getCounter(paramsDict)
Returns the counter based on the passed parameters. Keys are optional
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - counterId | Integer | |
| - counterName | String | |
| - counterTypeId | Integer | |
| - counterTypeName | String | |
| - enabled | Boolean |
Returns
counterData pyDataset
Example
parameters = {'enabled': True}
counterData = system.kanoa.asset.getCounter(parameters)