Added waveplate as lasExp.wp
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user