Macros
laser_in(wait=False, timeout=10)
Insert the Reference Laser and clear the beampath
Parameters
wait: bool, optional Wait and check that motion is properly completed
float, optional
Time to wait for motion completion if requested to do so
Operations
- Insert the Reference Laser
- Set the Wave8 out (35 mm)
- Set the DG1 slits to 6 mm x 6 mm
- Set the DG2 upstream slits to 6 mm x 6 mm
- Set the DG2 midstream slits to 1 mm x 1 mm
- Set the DG2 downstream slits to 1 mm x 1 mm
Source code in mfx/macros.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
|
laser_out(wait=False, timeout=10)
Remove the Reference Laser and configure the beamline
Parameters
wait: bool, optional Wait and check that motion is properly completed
float, optional
Time to wait for motion completion if requested to do so
Operations
- Remove the Reference Laser
- Set the Wave8 Target 3 In (5.5 mm)
- Set the DG1 slits to 0.7 mm x 0.7 mm
- Set the DG2 upstream slits to 0.7 mm x 0.7 mm
- Set the DG2 midstream slits to 0.7 mm x 0.7 mm
- Set the DG2 downstream slits to 0.7 mm x 0.7 mm
Source code in mfx/macros.py
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
|
mfxslits(pos)
Set all the slits to specific position
Source code in mfx/macros.py
86 87 88 89 90 91 |
|