summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:15:27 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:15:27 +0900
commitd6b3b66cfd5266be9f20dd17f9c21082b83a4357 (patch)
tree7d7b9e5ee373da7020cd858520ac650a1df5b817 /globals.h
parent44173fa9f95362d6de4f65a86e6b4c2b864dd49c (diff)
added a 100 ns minimum dead time requirement
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index e8f781b..7a71ee7 100644
--- a/globals.h
+++ b/globals.h
@@ -105,6 +105,7 @@
#define CalibrationMinMaxError_burst 91
#define CalibrationMinMaxError_rise 92
#define CalibrationMinMaxError_slew 93
+#define Dead_Time_Error 94
#define YES 1
#define NO 0
@@ -630,8 +631,9 @@ typedef struct {
float duty_ampl_mid2[max_channels]; /* addr 8102 */
float distort_fully_below_ampl[max_channels]; /* addr 8110 - used with pulse_width_pol_tweak, see S/N 13453 */
- char spare_char[280]; /* 8118 */
+ char spare_char[272]; /* 8118 */
+ float dead_time[max_channels]; /* 8390 */
float current_limit_pulse_mode[max_channels]; /* 8398 */
float current_limit_dc_mode[max_channels]; /* 8406 */
float current_limit_full_scale[max_channels]; /* 8414 */