diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -759,6 +759,12 @@ typedef struct { char sequential_attenuators[max_channels]; /* addr 10254, for AVRZ-5W-B-LVA style of 3 identical attenuators */ + + /* addr 10256, add ampl-dependent distort output, 10V full-scale */ + float distort_pwl[max_channels][ampl_ranges][ampl_polarities][points_in_range]; + char distort_dac[max_channels]; /* addr 11056 */ + char distort_enabled[max_channels]; /* addr 11058 */ + char flash_end; } FlashStruct; |