diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2017-10-05 15:31:45 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2017-10-05 15:31:45 -0400 |
commit | 7b128fb906887ea3837c355ccb7960deccedee21 (patch) | |
tree | a325d227bb4f1f37d29a46402b05dc72fc5be722 /parser.c | |
parent | 1d63bc691969647c4a46d9df59dab54fc90e447a (diff) |
set aux word when setting nominal amplitude, for EA V1INSTRUMENT_6_2_28b
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1728,7 +1728,7 @@ static int Go_ampl_26(gchar** response, int channel, char *parameter,char *units } Set_EA(channel,amp_mode_normal); - return Set_Amplitude(0,0,0,0,0,0,channel,new_ampl,0); + return Set_Amplitude(0,0,0,0,0,0,0,channel,new_ampl,0); break; case query_simple: |