fix: use bec client cached motor values
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
This commit is contained in:
@@ -275,11 +275,11 @@ class BeamlineDevices:
|
||||
# Detector Z
|
||||
@property
|
||||
def dtz(self) -> float:
|
||||
return self._dtz.user_setpoint.get()
|
||||
return self._dtz.user_setpoint.get(cached=True)
|
||||
|
||||
@property
|
||||
def dty(self) -> float:
|
||||
return self._dty.user_setpoint.get()
|
||||
return self._dty.user_setpoint.get(cached=True)
|
||||
|
||||
@dtz.setter
|
||||
def dtz(self, value: float):
|
||||
|
||||
Reference in New Issue
Block a user