diff --git a/adhoc.py b/adhoc.py index 2acd1e9..1024265 100644 --- a/adhoc.py +++ b/adhoc.py @@ -20,14 +20,14 @@ microscope_yaw = SmarActAxis("SARES11-XMI125:ROZ1") #TODO: just some generic examples: -from slic.devices.devicez import DeviceZ +from slic.devices.device import Device -shut_und = DeviceZ( +shut_und = Device( "SARFE10-OPSH044", description="Photon shutter after Undulator" ) -pbps_und = DeviceZ( +pbps_und = Device( "SARFE10-PBPS053", z_undulator=44, description="Intensity position monitor after Undulator (PBPS)"