Skip to main content

system.kanoa.attribute.getAttributeEvents

This function is part of the kanoaOPS module

Description

Returns attribute events for the given parameters.

Syntax

getAttributeEvents(paramsDict)
  • Parameters
      dictionary paramsDict - {'attributeId': 5}. Valid keys are assetPath, startDate, endDate, assetId, attributeName, attributePath, attributeAssetLinkId
  • Returns
      data - pyDataset
  • Code Examples

    # Example usage
    paramsDict = {
    'attributeId': 5
    }
    data = system.kanoa.attribute.getAttributeEvents(paramsDict)
    print(data) # Print the attribute events data