diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2015-10-07 16:02:59 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2015-10-07 16:02:59 -0400 |
commit | c7d7c63ab0bc7e3b8adb9722d758106dbd5f99fc (patch) | |
tree | f99c25b3486ac17e03eea8b89c7fae43c6ce3466 | |
parent | d3c0e65fb0d895e4be0c838ada6e4e80e090db74 (diff) |
removed disabled AVMP-4-specific codeINSTRUMENT_6_0_27b
-rw-r--r-- | device-functions.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/device-functions.c b/device-functions.c index 27595b4..aed298d 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2494,12 +2494,6 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int starting_range=3; } - /* for AVMP-4-B: lower ampl range used for first PW range only */ - if (globals.Flash.use_high_ampl_ranges_for_high_pw_ranges[channel] && - ((globals.Registers.shift_reg_out[3] & 0x7f) > 0)) { - top_range_only=1; - } - if (globals.Flash.couple_first_N_pw_ranges_to_ampl_ranges[channel]) { int curr_pw_range = 0; int parse_sr = globals.Registers.shift_reg_out[3] & 0x7f; |