start of p21640 beamtime

This commit is contained in:
2024-03-05 20:21:07 +01:00
parent 8054e1d48c
commit 6db59c509e
4 changed files with 74 additions and 48 deletions

View File

@ -9,7 +9,7 @@
"""
from slic.core.adjustable import Adjustable, PrimarySecondary
from slic.core.adjustable import Adjustable, Linked
from slic.core.device import Device, SimpleDevice
from slic.devices.general.motor import Motor
@ -35,7 +35,7 @@ class Diffractometer(Device):
# Set speed:
# diffractometer.theta._motor.VELO = 0.25
class ThetasCombined(PrimarySecondary):
class ThetasCombined(Linked):
def __init__(self, *args, **kwargs):
super().__init__(self, *args, **kwargs)