Added waveplate as lasExp.wp

This commit is contained in:
Roman Mankowsky
2017-11-28 11:28:06 +01:00
parent 77ca162b8b
commit e646411c54
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -161,6 +161,11 @@ aliases = {
'z_und' : 142,
'desc' : 'Experiment laser optics',
'eco_type' : 'loptics.bernina_experiment.Laser_Exp'},
'SLAAR01-TSPL-EPL' : {
'alias' : 'PhaseShifter',
'z_und' : 142,
'desc' : 'Experiment laser phase shifter',
'eco_type' : 'devices_general.timing.PhaseShifterAramis'},
'http://sf-daq-1:10000' : {
'alias' : 'DetJF',
'z_und' : 142,
+4 -2
View File
@@ -7,6 +7,8 @@ class Laser_Exp:
self.Id = Id
self.delay_stage_offset =160.
### Mirrors used in the expeirment ###
try:
self.phi = MotorRecord(Id+'-M517:MOT')
@@ -19,10 +21,10 @@ class Laser_Exp:
print('No Standa steering theta mirror')
pass
#Waveplate and Delay stage
self.wp = MotorRecord(Id+'-M533:MOT')
self.delay_stage = MotorRecord(Id+'-M521:MOTOR_1')
def get_delay(self):
motor_pos = self.delay_stage.wm()