diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:31 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:00:31 -0500 |
commit | dc99289acd9644a365bbe662deaac2fef1b3035f (patch) | |
tree | a84626cacbd1bf059fb8fb96b847002201a86f79 /flash.c | |
parent | c587cacfa55a7d3c4e24cc398594a4412bb36ee3 (diff) |
when using attenuators, do not go to very top of raw ampl rangeINSTRUMENT_5_0_2
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -773,6 +773,8 @@ static void initFlashValues(FlashStruct *mem) for (j=0;j<max_attens;j++) { mem->attenuators[i][j] = 0.0; } + + mem->atten_percent_max_ampl[i] = 0.93; } mem->relay_delay_in_sec=0.5; |