Skip to main content

system.kanoa.event.getStateEventInfo

This function requires KanoaOPS module

Description

Gets stateEventInfo. stateEventInfo stores additional custom information about a state.

Syntax

getStateEventInfo(stateEventId, stateEventInfoName=None)
  • Parameters
      stateEventId - StateEvent ID.
      stateEventInfoName (optional) - Name of the stateEventInfo.
  • Returns
    data (pyDataset).
  • Code Example

    # Example Usage:
    stateEventId = 123
    stateEventInfoName = 'exampleInfo'
    data = system.kanoa.event.getStateEventInfo(stateEventId, stateEventInfoName)