Skip to content
Snippets Groups Projects
Commit c16edd13 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlcdefs: also read aero gain scheduling from control tuning

parent 260c9c03
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -481,6 +481,9 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0,
tags_dict['[pi_pitch_reg3.Ki]'] = hs2.pi_pitch_reg3.Ki
tags_dict['[pi_pitch_reg3.K1]'] = hs2.pi_pitch_reg3.K1
tags_dict['[pi_pitch_reg3.K2]'] = hs2.pi_pitch_reg3.K2
tags_dict['[aero_damp.Kp2]'] = hs2.aero_damp.Kp2
tags_dict['[aero_damp.Ko2]'] = hs2.aero_damp.Ko1
tags_dict['[aero_damp.Ko2]'] = hs2.aero_damp.Ko2
# save a copy of the current case an one opt_tags entry
opt_tags.append(tags_dict.copy())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment