system.kanoa.asset.getCounterType
Description
Returns the counter type (kanoaOPS).Syntax
getCounterType(paramsDict)- paramsDict (dict) - Dictionary containing filter parameters.
- data (pyDataset).
Code Examples
# Example Usage:
parameters = {
'enabled': True,
'counterTypeId': 1,
'counterTypeName': 'infeed'
}
counter_type_data = system.kanoa.asset.getCounterType(parameters)