diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:39:55 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:39:55 +0900 |
commit | f4aec9a5ea2e8cf5181b7631adc7c1d05088aa30 (patch) | |
tree | 899d9d1d2739ac7cfbb1f4348867d0df2d023817 /device-functions.h | |
parent | 82da255c8a0c4ab78cc131f829e68e27ea5bb6f6 (diff) |
reduce ampl_zero_equiv by a factor of 10 in -LV attenuator modeINSTRUMENT_6_4_27c
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index ade757a..14100f4 100644 --- a/device-functions.h +++ b/device-functions.h @@ -80,4 +80,6 @@ gboolean fixed_ampl_ok (int channel, float use_ampl); void get_min_max_fixed_ampls (int channel, float *min_ampl, float *max_ampl); gboolean non_zero_first_ampl_point (int channel); +float get_ampl_zero_equiv(int channel); + #endif |