Skip to content

Commit

Permalink
change to less verbose wrapper name
Browse files Browse the repository at this point in the history
  • Loading branch information
barentine committed Jun 12, 2023
1 parent 4bd63c4 commit 5f14f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PYME/Acquire/Hardware/Piezos/base_piezo.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def OnTarget(self):
raise NotImplementedError


class SingleAxisOnMultiaxisController(PiezoBase):
class SingleAxisWrapper(PiezoBase):
"""
Allows use of an axis on a multiaxis stage as a single-axis
PiezoBase object for compatibility with e.g. focus-lock code.
Expand Down

0 comments on commit 5f14f31

Please sign in to comment.