...
Thirdly, when the :END_FREQ_S
is written to, the step
is updated:
Mathinline |
---|
body | \delta \leftarrow (e-s)/N |
---|
|
. Finally, the range of valid values for each field is different:
is unsigned,
is signed,
is signed and unbounded. This is summarised in the table below (here
is the number of bunches per machine revolution).
Updatess | mathinlinebody | | Mathinline |
---|
body | e \leftarrow s + N \times \delta |
---|
|
|
| :STEP_FREQ_S |
Mathinline |
---|
body | \delta | Mathinline |
---|
body | -\frac12 N_{\text{turn}} .. \frac12 N_{\text{turn}} |
---|
|
| Mathinline |
---|
body | e \leftarrow s + N \times \delta |
---|
|
|
| :END_FREQ_S |
mathinline |
Unbounded | Mathinline |
---|
body | \delta \leftarrow (e - s) / N |
---|
|
|
:COUNT_S
|
| :COUNT_S | | Mathinline |
---|
body | e \leftarrow s + N \times \delta |
---|
|
|
Global Setup
The following PVs control the overall state of the sequencer and show basic information.
...