Changes between Version 3 and Version 4 of QuadMultiPulser
- Timestamp:
- Oct 25, 2018, 11:36:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuadMultiPulser
v3 v4 11 11 the positions of the step 2 pulses. 12 12 13 Proposed parameters for control: 13 || '''Parameter''' || '''Bits''' || '''Description''' || 14 || CHARGE_START || 21 || delay to start of STEP1 || 15 || STEP1_END || 21 || delay to end of STEP1 || 16 || STEP2_START || 21 || delay to start of STEP2 || 17 || CHARGE_END || 21 || end of STEP1 (single-step) or STEP2 (two-step) || 18 || MODE || 1 || 0=single step 1=two step || 19 || NPULSE || 5 || number of STEP1/STEP2 pulses 1-32 || 20 || MASK2 || 32 || bit mask to enable STEP2 pulses individually || 21 || || || (bit 0 = first pulse) || 14 22 15 {{{16 CHARGE_START delay to start of STEP117 STEP1_END delay to end of STEP118 STEP2_START delay to start of STEP219 CHARGE_END end of STEP1 (single-step) or STEP2 (two-step)20 MODE 0=single step 1=two step21 NPULSE number of STEP1/STEP2 pulses 1-3222 MASK2 32 bit mask to enable STEP2 pulses individually23 (bit 0 = first pulse)24 }}}