diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:32:25 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:32:25 +0900 |
commit | 13a830f20ffaa8db11a7a3ff8299b916d729d43f (patch) | |
tree | dc78529527f375bcc367de709936cb1990b8d457 /globals.h | |
parent | 6c92f7f600f5cf65af14e1ff4ef8250197947d4a (diff) |
first attempt at adding min/max-only rise time, for -KTA-TRA
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 */ |