Skip to main content

system.kanoa.asset.getCounterType

This function requires KanoaOPS module

Description

Returns the counter type (kanoaOPS).

Syntax

getCounterType(paramsDict)
  • Parameters
      paramsDict (dict) - Dictionary containing filter parameters.
  • Returns
      data (pyDataset).
  • Code Examples

    # Example Usage:
    parameters = {
    'enabled': True,
    'counterTypeId': 1,
    'counterTypeName': 'infeed'
    }
    counter_type_data = system.kanoa.asset.getCounterType(parameters)