Files
modeling-app/rust/kcl-lib/tests/kcl_samples/axial-fan/program_memory.snap
Nick Cameron 3a23ec1bee Create std::units module (#6528)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-29 08:41:31 +12:00

19 lines
283 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing axial-fan.kcl
---
{
"fan": {
"type": "Module",
"value": 10
},
"fanHousing": {
"type": "Module",
"value": 8
},
"motor": {
"type": "Module",
"value": 9
}
}