Skip to main content

system.kanoa.asset.getCounterType(paramsDict)

Returns the counter type filtered by the given parameters. ParamsDict keys are optional


Parameters

paramsDict Dictionary

- counterTypeIdInteger
- counterTypeNameString
- enabledBoolean

Returns

counterTypeData pyDataset


Example

parameters = {'counterTypeName': 'outfeed'}
counter_type_data = system.kanoa.asset.getCounterType(parameters)