| Line 8 was replaced by lines 8-9 |
| - # __NP__ followed by the number of points |
| + # __NP__ followed by the number of points (note: if __NP__ is even, |
| + the scan center is between the two points in the middle). |
| At line 10 added 7 lines. |
| + The presence of 4 argument parts is mandatory. For every step |
| + variable, the corresponding center value must be given. |
| + If no step is given for a center variable, a step 0 is used. |
| + |
| + Special cases are the variables __QH__ and __Q3__ , and their |
| + corresonding steps __DQH__ and __DQ3__ which have 3 or 4 values. |
| + |
| Removed lines 29-40 |
| - The q-, energy and motor values give the center of |
| - the scans, __np__ is the total number of points. |
| - If __np__ is even, the scan center is between the two |
| - points in the middle. |
| - |
| - Like on drive commands, __qh__, __q3__ and __qe__ may be used. For all scanned |
| - variables, the corresponding step must be given. __ti__ may be used instead of |
| - __mn__ for time preset. |
| - |
| - It is not allowed to omit __np__, and either __mn__ or __ti__ |
| - have to be present |
| - |