made laser timing classes generic

This commit is contained in:
2020-08-17 19:40:49 +02:00
parent 33b3352ea8
commit 0befa2d668

View File

@ -357,7 +357,10 @@ components = [
}, },
}, },
{ {
"args": ["SLAAR02-TSPL-EPL"], "args": [
"SLAAR02-TSPL-EPL",
"/sf/bernina/config/eco/offsets"
],
"name": "phase_shifter", "name": "phase_shifter",
# "z_und": 142, # "z_und": 142,
"name": "Experiment laser phase shifter", "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", "name": "lxt",
"desc": "laser timing with pockels cells and phase shifter", "desc": "laser timing with pockels cells and phase shifter",
"type": "slic.devices.timing.lasertiming:LXT", "type": "slic.devices.timing.lasertiming:LXT",