Skip to content
Snippets Groups Projects
Commit 4f4b8c9e authored by jmcchesn's avatar jmcchesn
Browse files

Update iexcode/APRES_cheatsheet.md

parent 5967b920
No related branches found
No related tags found
2 merge requests!11Main merge jmcchesn-main-patch branch with main,!10Update iexcode/APRES_cheatsheet.md
......@@ -49,12 +49,12 @@ ___
### **Motor Moves and Scans**
-------------------------------------------------------------
mprint() #prints current position
mv_sample(position_list) #moves to position
mvsample(position_list) #moves to position
-------------------------------------------------------------
mvx(val) / mvy(val) / mvz(val) / mvth(val)
scanx(start,stop,step) / dscanx(delta_start,delta_stop,step) ...
-------------------------------------------------------------
ARPES_map_sample(y_start,y_stop,y_step,z_start,z_stop,z_step)
sample_map(y_start,y_stop,y_step,z_start,z_stop,z_step)
-------------------------------------------------------------
mvfocus(x_val)
mvy_fixed_focus(y_val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment