renamed Device to DeviceZ

This commit is contained in:
2020-11-11 15:41:29 +01:00
parent 3096139a99
commit 7f0f87de22

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.device import Device from slic.devices.devicez import DeviceZ
shut_und = Device( shut_und = DeviceZ(
"SARFE10-OPSH044", "SARFE10-OPSH044",
description="Photon shutter after Undulator" description="Photon shutter after Undulator"
) )
pbps_und = Device( pbps_und = DeviceZ(
"SARFE10-PBPS053", "SARFE10-PBPS053",
z_undulator=44, z_undulator=44,
description="Intensity position monitor after Undulator (PBPS)" description="Intensity position monitor after Undulator (PBPS)"