Skip to content

Commit 72df8e4

Browse files
authored
v1.0.8
version 1.0.8
2 parents 8dc4f4e + bd70b4f commit 72df8e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyobs_zaber/zaberdriver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class ZaberDriver:
2626

2727
def __init__(
2828
self,
29-
port: str = "/dev/ttyUSB0",
30-
speed: float = 2000,
31-
acceleration: float = 200,
29+
port: str = "/dev/ttyUSB1",
30+
speed: float = 10000,
31+
acceleration: float = 800,
3232
length_unit=Units.ANGLE_DEGREES,
3333
speed_unit=Units.ANGULAR_VELOCITY_DEGREES_PER_SECOND,
3434
acceleration_unit=Units.ANGULAR_ACCELERATION_DEGREES_PER_SECOND_SQUARED,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-zaber"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
description = "pyobs model for Zaber motors"
55
authors = ["Leon Meerwart <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)