diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2015-10-07 15:58:56 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2015-10-07 15:58:56 -0400 |
commit | d3c0e65fb0d895e4be0c838ada6e4e80e090db74 (patch) | |
tree | 39085b5eb73d62426703ff006d9fe3a3c13067e5 /globals.h | |
parent | 5cceb7dcca5aa12204258d304ff2e450368bebb3 (diff) |
purge obsolete AVMP-4-B PW range control mode, bump versionINSTRUMENT_6_0_27
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -697,14 +697,20 @@ typedef struct { float max_avg_power[max_channels]; /* addr 10042 */ float max_pw_pol[max_channels][ampl_polarities]; /* addr 10050 - over-rides normal max_pw */ - char use_high_ampl_ranges_for_high_pw_ranges[max_channels]; /* addr 10066 - for AVMP-4 */ + char use_high_ampl_ranges_for_high_pw_ranges[max_channels]; /* addr 10066 - for AVMP-4, no longer used */ - char couple_first_N_pw_ranges_to_ampl_ranges[max_channels]; // addr 10068 + char couple_first_N_pw_ranges_to_ampl_ranges[max_channels]; // addr 10068 - use this instead (N=1) */ // for example, if N = 2 (as for AVR-E3-B-R5-N-M5) // PG A = pw range 0, ampl range 0 // PG B = pw range 1, ampl range 1 // PG C = pw range 2+, ampl range 2 + // for example, if N = 1 (as for AVMP-4-B) + // PG A = pw range 0, ampl range 0 + // PG B = pw range 1+, ampl range 1 + + // AVMP-4-B is different than AVPP units, because lowest PW range is NOT voltage controlled + float attenuators[max_channels][max_attens]; // addr 10070 // smallest attenuators first // value = magnitude of attenuation. |