summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 01:01:52 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 01:01:52 +0900
commite609cd52d421c1a1b8e4a98cd7820209e5bbd481 (patch)
treee530df6d693bfcba95fb80897a76d6af6b5a9894 /flash.c
parent53d1703cafbddaebaf9a87ce008f1d7cfbce2841 (diff)
Sleep time is now fraction of max based on DAC changeINSTRUMENT_6_4_33
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index 898efe9..2738e3f 100644
--- a/flash.c
+++ b/flash.c
@@ -895,7 +895,7 @@ static void initFlashValues(FlashStruct *mem)
mem->relay_delay_in_sec=0.5;
mem->extended_relay_delay_in_sec=0.5;
- mem->amplitude_settling_time=0.3;
+ mem->hv_full_chargeup_time=0.9;
strcpy(mem->aux_error_message,"PRF too high! Output disabled.");
strcpy(mem->ot_error_message,"Over-heating problem. Output off.");