From de25eb6ef6c2955395dc42e1f99c58dbf02dad8b Mon Sep 17 00:00:00 2001 From: JaxsonHill <54860318+JaxsonHill@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:49:13 -1000 Subject: [PATCH] Update kst201_pythonnet_relativemove.py Fixed typo on line 24 "#evice" -> "Device" --- Python/KCube/KST101/kst201_pythonnet_relativemove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/KCube/KST101/kst201_pythonnet_relativemove.py b/Python/KCube/KST101/kst201_pythonnet_relativemove.py index 213cf89..672d90c 100644 --- a/Python/KCube/KST101/kst201_pythonnet_relativemove.py +++ b/Python/KCube/KST101/kst201_pythonnet_relativemove.py @@ -21,7 +21,7 @@ def main(): try: # Uncomment this line if you are using Simulations - #eviceManagerCLI.BuildDeviceList() + DeviceManagerCLI.BuildDeviceList() # create new device serial_no = "26000001" # Replace this line with your device's serial number