diff options
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); |