2026-06-04 15:28:53 +08:00
2026-06-04 15:28:53 +08:00
2026-06-04 15:28:53 +08:00
2026-06-03 17:33:24 +08:00
2026-06-02 15:43:22 +08:00
2026-06-04 15:28:53 +08:00
2026-06-03 17:33:24 +08:00
2026-06-03 17:33:24 +08:00

mil_sdk

MIL (Model-in-the-Loop) SDK for reading simulation data from Excel files.

Installation

pip install -e .

Usage

from src.core import read_excel_data, DataLog

result = read_excel_data("path/to/simulation.xlsx")
print(result["signal1"]["datalog"])  # List[DataLog]

Testing

pytest tests/ -v

Dependencies

  • Python >= 3.10
  • openpyxl >= 3.0.0
S
Description
No description provided
Readme MIT
178 KiB
Languages
Python 100%