Skip to content

Commit 4c6169c

Browse files
Small error identified.
1 parent f11be35 commit 4c6169c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/navigate/model/devices/APIs/asi/asi_tiger_controller.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def SA_waveform(
10321032
sets the center position of the waveform
10331033
"""
10341034

1035-
"Verify if this is for synchronous or asynchronous"
1035+
# TODO: Verify if this is for synchronous or asynchronous
10361036
self.send_command(f"SAP {axis}={waveform}")
10371037
self.read_response()
10381038
self.send_command(f"SAA {axis}={amplitude}")
@@ -1053,8 +1053,8 @@ def SAM(self, axis: str, mode: int) -> None:
10531053
----------
10541054
axis: str
10551055
Laser axis
1056-
mode:
1057-
Integer code
1056+
mode: int
1057+
Integer code.
10581058
"""
10591059

10601060
self.send_command(f"SAM {axis}={mode}")

0 commit comments

Comments
 (0)