Skip to main content

system.kanoa.event.getCountEvent

This function requires KanoaOPS module

Description

Returns the count event for a specific timestamp.

Syntax

getCountEvent(counterId, tStamp)
  • Parameters
      counterId - Counter ID.
      tStamp (datetime) - Timestamp.
  • Returns
    countEvent (dataset).
  • Code Example

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