summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 0978b8f..ea344d4 100644
--- a/globals.h
+++ b/globals.h
@@ -94,6 +94,7 @@
#define obsolete_feature 80
#define zero_equiv_ampl_too_large 81
#define GPIB_missing 82
+#define rise_time_confined_values 83
#define YES 1
@@ -514,7 +515,9 @@ typedef struct {
char switchable_load[max_channels];
char monitor_enabled[max_channels]; /* addr 1906 */
char use_pos_ampl_data_only[max_channels];
- char ampl_min_max_only[max_channels]; /* no longer used - use fixed_ampl_points instead */
+ char rise_time_min_max_only[max_channels]; /* addr 1910
+ Formerly ampl_min_max_only.
+ Use fixed_ampl_points instead */
short zout_min[max_channels]; /* addr 1912 */
short os_pwl_Vc_norm4095[max_channels][os_ranges][os_polarities][points_in_range]; /* addr 1916 */