adjust to git repo structure
This commit is contained in:
18
adhoc.py
18
adhoc.py
@ -19,4 +19,22 @@ microscope_pitch = SmarActRecord("SARES11-XMI125:ROY1")
|
||||
microscope_yaw = SmarActRecord("SARES11-XMI125:ROZ1")
|
||||
|
||||
|
||||
#TODO: just some generic examples:
|
||||
from slic.devices.device import Device
|
||||
|
||||
shut_und = Device(
|
||||
"SARFE10-OPSH044",
|
||||
description="Photon shutter after Undulator"
|
||||
)
|
||||
|
||||
pbps_und = Device(
|
||||
"SARFE10-PBPS053",
|
||||
z_undulator=44,
|
||||
description="Intensity position monitor after Undulator (PBPS)"
|
||||
)
|
||||
|
||||
#print(shut_und)
|
||||
#print(pbps_und)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user