updated pulse picker and laser shutter
This commit is contained in:
25
devices.py
25
devices.py
@ -155,15 +155,15 @@ components = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "xp",
|
"name": "xp",
|
||||||
"args": [],
|
"args": [
|
||||||
|
"SAROP21-OPPI103",
|
||||||
|
"SGE-CPCW-72-EVR0:FrontUnivOut15"
|
||||||
|
],
|
||||||
"kwargs": {
|
"kwargs": {
|
||||||
"ID": "SAROP21-OPPI103",
|
"name": "X-ray pulse picker",
|
||||||
"evronoff": "SGE-CPCW-72-EVR0:FrontUnivOut15-Ena-SP",
|
|
||||||
"evrsrc": "SGE-CPCW-72-EVR0:FrontUnivOut15-Src-SP",
|
|
||||||
},
|
},
|
||||||
"z_und": 103,
|
"z_und": 103,
|
||||||
"desc": "X-ray pulse picker",
|
"type": "slic.devices.xoptics.pulsepicker:PulsePicker",
|
||||||
"type": "slic.devices.xoptics.pp:Pulsepick",
|
|
||||||
"lazy": False,
|
"lazy": False,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -377,12 +377,17 @@ components = [
|
|||||||
"lazy": True,
|
"lazy": True,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": ["SLAAR21-LTIM01-EVR0"],
|
|
||||||
"name": "laser_shutter",
|
"name": "laser_shutter",
|
||||||
|
"args": [
|
||||||
|
"SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE"
|
||||||
|
],
|
||||||
|
"kwargs": {
|
||||||
|
"status_open": 4,
|
||||||
|
"status_closed": 3,
|
||||||
|
"name": "Laser Shutter",
|
||||||
|
},
|
||||||
"z_und": 142,
|
"z_und": 142,
|
||||||
"desc": "Laser Shutter",
|
"type": "slic.devices.loptics.lasershutter:LaserShutter",
|
||||||
"type": "slic.devices.loptics.laser_shutter:laser_shutter",
|
|
||||||
"kwargs": {},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": [],
|
"args": [],
|
||||||
|
Reference in New Issue
Block a user