diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:30:33 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:30:33 +0900 |
commit | bdd26361af532467dd5925252ac16e7a5e56ea18 (patch) | |
tree | d8d1ab046b673654354b61fc032f5dc7a861bf2c /device-functions.h | |
parent | cbf145bf9e2e45df429abbac691be33f60e57c39 (diff) |
let rise time go to the lowest hardware-possible value, not just the specified minimum - for AVRQINSTRUMENT_6_4_19c
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index c0cb747..e3ba3a2 100644 --- a/device-functions.h +++ b/device-functions.h @@ -56,6 +56,7 @@ int Check_MinMax_Cal(int channel,int parameter); int control_pcb107(int address, int dac, int word, int range); int Set_Burst_Count(int channel,int count,float new_burst_time); int Set_Burst_Time(int check_possible_only,int word_override,int range_override,int channel,float new_burst_time); +float min_possible_hw_rise_time (int channel, float use_ampl); int Set_rise_time(int check_possible_only,int word_override,int range_override,int channel,float new_burst_time); int Set_current_limit(int check_possible_only,int channel,float adj_current_limit); int Set_slew(int check_possible_only,int word_override,int range_override,int channel,float new_burst_time); |