You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the old code we use the get_par('retry_deadband') - which I am not sure what it does yet exactly... if abs(dx - x) > self.x2.get_par("retry_deadband"):
The text was updated successfully, but these errors were encountered:
@dlzhu when you get a chance, could you please let us know what other functions you use with LODCM other than the ones mentioned here? (tweakX, tweakParallel, setE, waitE)
Expected Behavior
The following functions might be something scientist might want for the
LODCM
:tweakX
:https://github.com/pcdshub/old-hutch-configs/blob/18c7769d66a647ab558ad7ebc34d019fc98fbf48/xpp/blinst/lom.py#L1133
tweakParallel
:https://github.com/pcdshub/old-hutch-configs/blob/18c7769d66a647ab558ad7ebc34d019fc98fbf48/xpp/blinst/lom.py#L1165
setE
:https://github.com/pcdshub/old-hutch-configs/blob/18c7769d66a647ab558ad7ebc34d019fc98fbf48/xpp/blinst/lom.py#L1197
waitE
: ?https://github.com/pcdshub/old-hutch-configs/blob/18c7769d66a647ab558ad7ebc34d019fc98fbf48/xpp/blinst/lom.py#L1126
others...
?We might need some more feedback from scientists about other things we should include in the
LODCM
object after #715 is merged in.Work on fixing/changing the following suggestions - might need to be split into multiple PRs.
OffsetMotor
and things related to this object can go in a different PR maybe in Add generalizedPseudoPositioner
with user offset #748 ?)Current Behavior
We don't have those functions.
Note
In the old code we use the
get_par('retry_deadband')
- which I am not sure what it does yet exactly...if abs(dx - x) > self.x2.get_par("retry_deadband"):
The text was updated successfully, but these errors were encountered: