diff options
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/device-functions.h b/device-functions.h index cdbbd9c..9e47de2 100644 --- a/device-functions.h +++ b/device-functions.h @@ -57,9 +57,7 @@ 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); 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_avrq_res(int check_possible_only,int word_override,int range_override,int channel,float new_res); int Set_slew(int check_possible_only,int word_override,int range_override,int channel,float new_burst_time); -int Set_avrq_ampl(int check_possible_only,int word_override,int range_override,int channel,float new_avrq_ampl); int go_cal(CalStruct *caldata); void cal_string(char *parameter, CalStruct *caldata); int self_cal(); |