Skip to content

Commit

Permalink
Merge pull request #85 from tlambert03/stub4
Browse files Browse the repository at this point in the history
docs: minor updates to docs of get/setPosition
  • Loading branch information
marktsuchida authored Sep 28, 2023
2 parents ef88082 + 78b5992 commit d0f0cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymmcore/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ class CMMCore:
"""Returns the pixel size in um for the requested pixel size group"""
@overload
def getPosition(self) -> float:
"""Returns the current position of the stage in microns."""
"""Returns the current position of the current FocusDevice in microns."""
@overload
def getPosition(self, stageLabel: str) -> float:
"""Returns the current position of the stage in microns."""
Expand Down Expand Up @@ -949,7 +949,7 @@ class CMMCore:
configuration preset."""
@overload
def setPosition(self, position: float) -> None:
"""Sets the position of the stage in microns."""
"""Sets the position of the current FocusDevice in microns."""
@overload
def setPosition(self, stageLabel: str, position: float) -> None:
"""Sets the position of the stage in microns."""
Expand Down

0 comments on commit d0f0cf2

Please sign in to comment.