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