Skip to Content
FASTSUITE E2API ReferencePython APIWorkflowsHandling Events

Handling Events

Note: This workflow is generated from API structure analysis. Steps are inferred, not runtime-tested.

Participating Classes

ClassDomainMethods
Event HandlerEvent Handling9
Event ObjectEvent Handling12
Event OperatorEvent Handling21
Event Rule OperatorEvent Handling10

Workflow Steps

Step 1: Use Event Handler

Class: CENPyOlpEventHandler

Key methods:

  • GetEventsByName()
  • GetRuleBasedEventsByName()
  • GetBuiltInEventsByType()

Step 2: Use Event Object

Class: CENPyOlpEventObject

Key methods:

  • SetEnumIndex()
  • GetEnumIndex()
  • SetInteger()

Step 3: Use Event Operator

Class: CENPyOlpEventOperator

Key methods:

  • AddEvent()
  • ExecuteEvent()
  • AddEventWaitForBoolSensor()

Step 4: Use Event Rule Operator

Class: CENPyOlpEventRuleOperator

Key methods:

  • GetAttribGetter()
  • GetAttribSetter()
  • GetLoggerOperator()

Inference Evidence

  • 4 classes identified from domain-map hints
  • Type co-occurrence: CENPyOlpEventObject appear as both class and parameter/return type

Confidence: 90%

Was this page helpful?