From a4a105c8021eb0f74ead7c9d3117fbceb2e6c7ef Mon Sep 17 00:00:00 2001 From: NichtJens Date: Fri, 4 Dec 2020 17:53:40 +0100 Subject: [PATCH] switch DeviceZ -> Device --- adhoc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)"