Skip to content
Snippets Groups Projects
Commit 2cf8430d authored by rodolakis's avatar rodolakis
Browse files

updated ARPES_measure/transfer/LEED doc string

parent c5f55f55
No related branches found
No related tags found
No related merge requests found
......@@ -561,8 +561,9 @@ def ARPES_transfer(chi=0,phi=0,**kwargs):
"""
Moves the ARPES manipulator to the default transfer position
kwargs:
EA_HV_Off=True; Turns off the EA HV
Close_CBranch=True; closes the C-shutter and the C-valve (main chamber to BL)
EA_off = True (default); Turns off the EA HV
shutter_close = True (default); closes the C-shutter and the C-valve (main chamber to BL)
valve_close = True (default)
"""
_ARPESgo2("transfer",**kwargs)
......@@ -570,8 +571,14 @@ def ARPES_measure(**kwargs):
"""
Moves to ARPES motors x,y,z,th to the default measurement position
kwargs
chi=None # specify a value to move chi
phi=None # specifiy a value to move phi
kwargs:
EA_off = True (default); Turns off the EA HV
shutter_close = True (default); closes the C-shutter and the C-valve (main chamber to BL)
valve_close = True (default)
chi = None (default, no change); specify a value to move chi
phi=None (default, no change; specifiy a value to move phi
"""
_ARPESgo2("measure",**kwargs)
......@@ -579,11 +586,12 @@ def ARPES_LEED(**kwargs):
"""
Moves to ARPES motors x,y,z,th to the default LEED position
kwargs:
EA_HV_Off=True; Turns off the EA HV
Close_CBranch=True; closes the C-shutter and the C-valve (main chamber to BL)
EA_off = True (default); Turns off the EA HV
shutter_close = True (default); closes the C-shutter and the C-valve (main chamber to BL)
valve_close = True (default)
chi=None # specify a value to move chi
phi=None # specifiy a value to move phi
chi = None (default, no change); specify a value to move chi
phi=None (default, no change; specifiy a value to move phi
"""
_ARPESgo2("LEED",**kwargs)
####################################################################################################
......
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