summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:29:44 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:29:44 +0900
commitf4c2d95bf845307738adb981fcf8a08bd830796d (patch)
treeaf18e9f23731f2e3c3c56df04bbb67865b72a65e
parent14156ce6fc18be9fe3023d9bf72e491c640e24d0 (diff)
don't enable delay test mode for CH2INSTRUMENT_6_2_25b
-rw-r--r--device-functions.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index 28224ab..a313b26 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -2172,7 +2172,11 @@ int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *n
if (!globals.Flash.volt_ctrl_delay[channel]) {
// skipped for voltage-controlled delay (2CHPP)
- globals.ChannelState[channel].test_delay_mode=YES;
+
+ if (!channel) {
+ // no equivalent for CH2
+ globals.ChannelState[channel].test_delay_mode=YES;
+ }
status=Set_frequency(0,0,0,globals.Flash.ChanKey_frequency?channel:0,other_setting);
}
if (!status) {