Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
about jog
Browse files Browse the repository at this point in the history
  • Loading branch information
elerac committed Aug 6, 2020
1 parent 763d855 commit f2cd452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ polarizer.set_speed(spd_min, spd_max, acceleration_time)
### ジョグ運転
ステージを連続で回転させることができます.
```python
polarizer.jog() #+方向に回転
polarizer.jog_plus() #+方向に回転
time.sleep(1) #1秒待つ
polarizer.stop() #ステージ停止

polarizer.jog(reverse=True) #-方向に回転
polarizer.jog_minus() #-方向に回転
time.sleep(1) #1秒待つ
polarizer.stop() #ステージ停止
```
Expand Down

0 comments on commit f2cd452

Please sign in to comment.