powerwindow_algebraic_loop_delay.sa 310 B

12345678910111213
  1. import PowerWindowModel
  2. import Controller_SA
  3. module Algebraic_Loop_SA
  4. // this one could be joined with the one below, if we assume certain priorities in executing the rules
  5. semantic adaptation window_sa
  6. for fmu window
  7. out rules {
  8. reaction_torque := -reaction_torque;
  9. delay at reaction_torque and height;
  10. }