made laser timing classes generic
This commit is contained in:
11
devices.py
11
devices.py
@ -357,7 +357,10 @@ components = [
|
||||
},
|
||||
},
|
||||
{
|
||||
"args": ["SLAAR02-TSPL-EPL"],
|
||||
"args": [
|
||||
"SLAAR02-TSPL-EPL",
|
||||
"/sf/bernina/config/eco/offsets"
|
||||
],
|
||||
"name": "phase_shifter",
|
||||
# "z_und": 142,
|
||||
"name": "Experiment laser phase shifter",
|
||||
@ -459,7 +462,11 @@ components = [
|
||||
},
|
||||
},
|
||||
{
|
||||
"args": [],
|
||||
"args": [
|
||||
"SLAAR02-TSPL-EPL",
|
||||
"SLAAR-LTIM02-EVR0",
|
||||
"/sf/bernina/config/eco/offsets"
|
||||
],
|
||||
"name": "lxt",
|
||||
"desc": "laser timing with pockels cells and phase shifter",
|
||||
"type": "slic.devices.timing.lasertiming:LXT",
|
||||
|
Reference in New Issue
Block a user