diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-14 14:20:04 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-14 14:20:04 -0400 |
commit | 2bff39db07f23a1983ff099a94f1705917a1fd07 (patch) | |
tree | 654e7388bf9da7bd8d8d4fd8dbdafdfdff501166 /device-functions.h | |
parent | 754daf480b463ed836dd3139a3dae67b6f91b059 (diff) |
remove AVRQ-3-B supportINSTRUMENT_6_0_4
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(); |