|
Hermes
Simulation Orchestration Platform for Aerospace
|


Static Public Attributes | |
| float | rate_hz = None |
Protected Member Functions | |
| dict[str, Any] | _coerce_from_string (cls, Any value) |
Single entry in execution schedule.
Supports both bare string and object formats for backwards compatibility::
# Bare string (inherits execution.rate_hz)
schedule: [inputs, physics]
# Object with per-module rate
schedule:
- name: inputs
rate_hz: 200.0
- name: physics
rate_hz: 1000.0
|
protected |
Allow bare string format for backwards compatibility.
|
static |