We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
What do they use now?
Sorry, something went wrong.
@danielballan at present they are not using devices or components. Each individual axis is an independent ophyd object defined like:
devices
components
axis
ophyd
# stages for monochromator (FOE) mono_bragg = EpicsMotor('XF:11BMA-OP{Mono:DMM-Ax:Bragg}Mtr', name='mono_bragg') mono_pitch2 = EpicsMotor('XF:11BMA-OP{Mono:DMM-Ax:P2}Mtr', name='mono_pitch2') mono_roll2 = EpicsMotor('XF:11BMA-OP{Mono:DMM-Ax:R2}Mtr', name='mono_roll2') mono_perp2 = EpicsMotor('XF:11BMA-OP{Mono:DMM-Ax:Y2}Mtr', name='mono_perp2')
This can clearly be done better and we should at some point circle back to fix this!-)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: