|
|
# List of commonly used python functions for the Kappa Endstation
|
|
# List of commonly used python functions for the Kappa Endstation
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
# content
|
|
# content
|
|
|
|
|
|
|
|
- [Required Imports](#required-imports)
|
|
- [Required Imports](#required-imports)
|
|
|
- [Kappa Endstation initialization](#Kappa Endstation initialization)
|
|
- [Kappa Initialization](#kappa-initialization)
|
|
|
- [KappaEndstation](#KappaEndstation)
|
|
- [Kappa Chamber](#kappa-chamber)
|
|
|
- [Beamline and energy](#Beamline and energy)
|
|
- [Beamline and energy](#Beamline and energy)
|
|
|
- [Motor Moves and Scans](#Motor Moves and Scans)
|
|
- [Motor Moves and Scans](#Motor Moves and Scans)
|
|
|
- [mcp](#mcp)
|
|
- [mcp](#mcp)
|
| ... | @@ -22,13 +21,12 @@ |
... | @@ -22,13 +21,12 @@ |
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
## Kappa Endstation initialization
|
|
## Kappa Initialization
|
|
|
run the code below in the first cell
|
|
|
|
|
tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)
|
|
tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
## KappaEndstation
|
|
## Kappa Chamber
|
|
|
Kappa_get_all()
|
|
Kappa_get_all()
|
|
|
Kappa_safe_state()
|
|
Kappa_safe_state()
|
|
|
-------------------------------------------------------------
|
|
-------------------------------------------------------------
|
| ... | | ... | |