Skip to content

Commit 65d9267

Browse files
committed
fix max_hwp_el params
1 parent ddcceb0 commit 65d9267

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/6_SAT_Scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ def toggle_dropdown():
409409
'iv_cadence': iv_cadence,
410410
'bias_step_cadence': bias_step_cadence,
411411
'min_hwp_el': min_hwp_el,
412+
'max_hwp_el': max_hwp_el,
413+
'force_max_hwp_el': force_max_hwp_el,
412414
'max_cmb_scan_duration': max_cmb_scan_duration,
413415
'disable_hwp': disable_hwp,
414416
'brake_hwp': brake_hwp,

0 commit comments

Comments
 (0)