... | ... | @@ -84,7 +84,7 @@ mvrz(500) # relative move |
|
|
mprint() # prints current motor position
|
|
|
# returns [x,y,z,tth,ktrh,kap,kphi]
|
|
|
mysample=['name',x,y,z,tth,ktrh,kap,kphi]
|
|
|
sample(mysample) # moves to mysample, does not move tth
|
|
|
mvsample(mysample) # moves to mysample, does not move tth
|
|
|
|
|
|
```
|
|
|
<br>
|
... | ... | @@ -95,8 +95,8 @@ sample(mysample) # moves to mysample, does not move tth |
|
|
scanx(-500,500,50) # absolute scan (start,stop,step)
|
|
|
dscanx(-500,500,50) # relative scan (start,stop,step)
|
|
|
|
|
|
scanq() # relative th2th scan
|
|
|
scanth2th() # absolute th2th scan
|
|
|
dscanth2th() # relative th2th scan
|
|
|
|
|
|
hkl1=[0,0,1.9]
|
|
|
hkl2=[0,0,2.1]
|
... | ... | |