Skip to main content

system.kanoa.event.getCountEvent

Description

Returns the count event for a specific timestamp.

Syntax

getCountEvent(counterId, tStamp)

Parameters:
  • counterId: Counter ID.
  • tStamp (datetime): Timestamp.

  • Returns:
  • countEvent (dataset)
  • Code Examples

    # Example Usage:
    counterId = 123
    tStamp = timestamp
    countEvent = system.kanoa.event.getCountEvent(counterId, tStamp)