Read simulation scalar / vector / histogram results from a completed run. On current opp_repl (>= commit 2e6835e, Apr 2026), `SimulationTaskResult` and `MultipleSimulationTaskResults` expose `get_scalars()`, `get_vectors()`, and `get_histograms()` methods that return pandas DataFrames directly. Fall
Read simulation scalar / vector / histogram results from a completed run. On current opp_repl (>= commit 2e6835e, Apr 2026), `SimulationTaskResult` and `MultipleSimulationTaskResults` expose `get_scalars()`, `get_vectors()`, and `get_histograms()` methods that return pandas DataFrames directly. Fallbacks: `opp_scavetool` CLI (for shell / CI) and the `omnetpp.scave.results` Python API (for older op