# Nominal script.clear thruster maintain 300 dyno maintain 0.4 script.add lv.log.start; wait 60; lv.log.stop; wait 3; script.repeat 10 script.run # PropLoss script.clear thruster maintain 300 dyno maintian 0.4 script.add lv.log.start; wait 1; dyno maintain 0.0; wait 60; lv.log.stop; dyno maintain 0.4; wait 5; script.repeat 5 script.run # BladeLoss script.clear thruster maintain 300 dyno maintian 0.4 script.add lv.log.start; wait 1; dyno maintain 0.2; wait 60; lv.log.stop; dyno maintain 0.4; wait 5; script.repeat 5 script.run # Seaweed script.clear thruster maintain 300 dyno maintain 0.4 script.add lv.log.start; wait 1; dyno maintain 1.2; wait 60; lv.log.stop; dyno stop; thruster stop; wait 2; thruster maintain 300; wait 3; dyno maintain 0.4; wait 5; script.repeat 5 script.run # ConfigError250 script.clear thruster maintain 250 dyno maintain 0.28 script.add lv.log.start; wait 60; lv.log.stop; wait 3; script.repeat 5 script.run # ConfigError350 script.clear thruster maintain 350 dyno maintain 0.54 script.add lv.log.start; wait 60; lv.log.stop; wait 3; script.repeat 5 script.run # OverLoad script.clear thruster maintain 300 dyno maintain 0.4 script.add thruster maintain 300; wait 2; dyno maintain 0.4; wait 4; lv.log.start; wait 1; dyno rampup 1.2_10; wait 5; lv.log.stop; dyno stop; script.run