diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:27:29 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:27:29 +0900 |
commit | b632b38172ebd582a5989cc820ff7ed3c99515b6 (patch) | |
tree | 31b6de78c5cd8906f9cccf3b76fec6ac56f37a87 /globals.h | |
parent | 09b55d5ca98747a3c33b6fca10541104626bc2c3 (diff) |
added variables for ampl-dependent distortion output
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; |