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

Update iexcode/APRES_cheatsheet.md

parent fabe124e
No related branches found
No related tags found
Loading
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -54,7 +54,7 @@ ___ ...@@ -54,7 +54,7 @@ ___
mvx(val) / mvy(val) / mvz(val) / mvth(val) mvx(val) / mvy(val) / mvz(val) / mvth(val)
scanx(start,stop,step) / dscanx(delta_start,delta_stop,step) ... 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) map_sample(y_start,y_stop,y_step,z_start,z_stop,z_step) #EA.put before if you want
------------------------------------------------------------- -------------------------------------------------------------
mvfocus(x_val) mvfocus(x_val)
mvy_fixed_focus(y_val) mvy_fixed_focus(y_val)
...@@ -92,6 +92,9 @@ ___ ...@@ -92,6 +92,9 @@ ___
tey.get() #get the current setting for the Keithley current amplifer tey.get() #get the current setting for the Keithley current amplifer
tey.autoscale(On_Off) #turns on/off autoscaling tey.autoscale(On_Off) #turns on/off autoscaling
tey.avg(num_averages) #set the number of averages tey.avg(num_averages) #set the number of averages
### **Utilities**
play_sound() #plays a sound
### **Temperature Control** ### **Temperature Control**
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