summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--globals.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/globals.h b/globals.h
index 234b505..4e21746 100644
--- a/globals.h
+++ b/globals.h
@@ -567,14 +567,14 @@ typedef struct {
float max_burst_gap[max_channels]; /* 6312 - maximum burst gap */
float min_burst_per[max_channels]; /* 6320 */
- char is_func_gen[max_channels]; /* is this a function generator? */
- char freq_dac[max_channels]; /* DAC used by function generator frequency control circuit */
+ char is_func_gen[max_channels]; /* 6328 - is this a function generator? */
+ char freq_dac[max_channels]; /* 6330 - DAC used by function generator frequency control circuit */
- char is_monocycle[max_channels]; /* generate control voltage for monocycle spacing, using CH2 PW calibration */
- char monocycle_dac[max_channels];
+ char is_monocycle[max_channels]; /* 6332 - generate control voltage for monocycle spacing, using CH2 PW calibration */
+ char monocycle_dac[max_channels]; /* 6334 */
- short burst_pwl_Vc_norm4095[max_channels][timing_ranges][timing_polarities][points_in_range];
- float burst_pwl_time[max_channels][timing_ranges][timing_polarities][points_in_range];
+ short burst_pwl_Vc_norm4095[max_channels][timing_ranges][timing_polarities][points_in_range]; /* 6336 */
+ float burst_pwl_time[max_channels][timing_ranges][timing_polarities][points_in_range]; /* 6656 */
float pulse_width_pol_tweak[max_channels][ampl_polarities]; /* 7296 - allow for PW shift with polarity */