Skip to content

Commit

Permalink
minor updates to Position docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 25, 2023
1 parent ef88082 commit 78b5992
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 78b5992

Please sign in to comment.