diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 01:14:34 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 01:14:34 +0900 |
commit | 9c0934c05cfd93881d2c4cc713d0cf91e874b2c7 (patch) | |
tree | 32853ef683caed0fe83062d511af0f1331088714 /globals.h | |
parent | 635528d0cb0590f5578cb6ab1d0e0b97b51f0c15 (diff) |
Add commands to add EA distort voltages based on existing ampl cal points
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,7 @@ #define CalibrationMinMaxError_slew 93 #define Dead_Time_Error 94 #define Cant_Do_Burst_and_Double 95 +#define Between_0_and_10_Volts 96 #define YES 1 #define NO 0 @@ -140,6 +141,7 @@ #define pwl_burst_values 6 #define pwl_rise_time_values 7 #define pwl_slew_values 9 +#define pwl_distort_values 10 #define dac_max 8191 |