Changes between Initial Version and Version 1 of Ticket #3673, comment 2
- Timestamp:
- 2016-02-09T23:26:26Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3673, comment 2
initial v1 1 I attached an example model + script call, the call will update the model TestModel to1 I attached an example model + script call, the call will update the model TestModel 2 2 from 3 3 … … 12 12 test.PumpR pr(inOperation = sum({if pa.on then 1 else 0, if pb2.volFlowRate > 0 then 1 else 0, if pb.volFlowRate > 0 then 1 else 0})); 13 13 test.SystemModel sm; 14 end TestModel true14 end TestModel; 15 15 16 16 And that is what should be reloaded in the editor.