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

prepost.dlctemplate: by default do not calc mech power

parent 0dce01f4
No related branches found
No related tags found
No related merge requests found
......@@ -390,7 +390,7 @@ def post_launch(sim_id, statistics=True, rem_failed=True, check_logs=True,
add = None
# general statistics for all channels channel
# set neq=None here to calculate 1Hz equivalent loads
df_stats = cc.statistics(calc_mech_power=True, i0=i0, i1=i1,
df_stats = cc.statistics(calc_mech_power=False, i0=i0, i1=i1,
tags=tags, add_sensor=add, ch_fatigue=None,
update=update, saveinterval=saveinterval,
suffix=suffix, save_new_sigs=save_new_sigs,
......
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