We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Below code removed from TetrAMMDetector type created for i22's current monitor.
# self.current_1 = ad_r(float, prefix + ":Cur1:MeanValue") # self.current_2 = ad_r(float, prefix + ":Cur2:MeanValue") # self.current_3 = ad_r(float, prefix + ":Cur3:MeanValue") # self.current_4 = ad_r(float, prefix + ":Cur4:MeanValue") # self.position_x = ad_r(float, prefix + ":PosX:MeanValue") # self.position_y = ad_r(float, prefix + ":PosY:MeanValue")
May require changes to ophyd_async to pass Readable signals down to the HDFWriter: these signals are prefixed without the :DRV of the Driver.
The text was updated successfully, but these errors were encountered:
@DiamondJoseph what plan would use it?
Sorry, something went wrong.
Any plan that currently uses the TetrAMM
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Below code removed from TetrAMMDetector type created for i22's current monitor.
May require changes to ophyd_async to pass Readable signals down to the HDFWriter: these signals are prefixed without the :DRV of the Driver.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: