diff options
-rw-r--r-- | device-functions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index 46b9083..f91a73a 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2466,10 +2466,11 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int } starting_range = curr_pw_range; - if (starting_range > globals.Flash.couple_first_N_pw_ranges_to_ampl_ranges[channel]) { starting_range = globals.Flash.couple_first_N_pw_ranges_to_ampl_ranges[channel]; } + + top_range_only = 0; } break; |