Skip to main content

Module context

Module context 

Source
Expand description

The context module provides various context objects that allow interaction with the simulation environment.

These contexts are passed to models, sources, and hooks, enabling them to schedule events, access simulation time, and interact with other parts of the simulation.

Structs§

ActiveExecutorContext
Context for tick processing where micro-steps can be executed.
EventContext
Holds and manages context information during event processing.
ExecutorContext
Manages the simulation state at the execution engine level.
SourceContext
Context information provided during the source execution phase.

Enums§

ExecutorStatus
Represents the current status of the execution engine.

Traits§

UserContext
Provides context information accessible by models during simulation execution.