switch DeviceZ -> Device

This commit is contained in:
NichtJens
2020-12-04 17:53:40 +01:00
parent efeaf8ab79
commit a4a105c802

View File

@ -20,14 +20,14 @@ microscope_yaw = SmarActAxis("SARES11-XMI125:ROZ1")
#TODO: just some generic examples: #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", "SARFE10-OPSH044",
description="Photon shutter after Undulator" description="Photon shutter after Undulator"
) )
pbps_und = DeviceZ( pbps_und = Device(
"SARFE10-PBPS053", "SARFE10-PBPS053",
z_undulator=44, z_undulator=44,
description="Intensity position monitor after Undulator (PBPS)" description="Intensity position monitor after Undulator (PBPS)"