Skip to content

Commit

Permalink
Update Autocollimator docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fernandes committed Feb 5, 2025
1 parent ff89eaf commit 292ad7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/dodal/devices/oml_autocollimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ class AutocollimatorAcquire(StrictEnum):


class Autocollimator(StandardReadable):
"""Device representing Autocollimator in Optical Metrology Lab"""
"""Device representing Autocollimator in Optical Metrology Lab
Attributes:
x_average: float readable average x value over two seconds
y_average: float readable average y value over two seconds
x_rms: float readable root mean sqaured x value over two seconds
y_rms: float readable root mean squared y value over two seconds
acquire: AutocollimatorAcquire RW to start/start/monitor acquisition"""

def __init__(self, prefix: str):
with self.add_children_as_readables():
Expand Down

0 comments on commit 292ad7f

Please sign in to comment.