Changes between Version 3 and Version 4 of QuadMultiPulser


Ignore:
Timestamp:
Oct 25, 2018, 11:36:47 AM (7 years ago)
Author:
Eric Hazen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuadMultiPulser

    v3 v4  
    1111the positions of the step 2 pulses.
    1212
    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)                            ||
    1422
    15 {{{
    16   CHARGE_START       delay to start of STEP1
    17   STEP1_END          delay to end of STEP1
    18   STEP2_START        delay to start of STEP2
    19   CHARGE_END         end of STEP1 (single-step) or STEP2 (two-step)
    20   MODE               0=single step 1=two step
    21   NPULSE             number of STEP1/STEP2 pulses 1-32
    22   MASK2              32 bit mask to enable STEP2 pulses individually
    23                      (bit 0 = first pulse)
    24 }}}