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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elerac authored Jan 8, 2020
1 parent 95d873a commit c6fc056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ polarizer.degree += 60 #偏光板の角度が現在の角度から+60[deg]に
```

### 速度の設定
ステージの移動時の最小速度[PPS],最大速度[PPS],加減速時間[mS](最小速度→最大速度or最大速度→最小速度に切り替わるまでの時間)を設定します.
ステージの移動時の最小速度[PPS],最大速度[PPS],加減速時間[mS](最小速度→最大速度or最大速度→最小速度に切り替わるまでの時間)を設定します.最小速度・最大速度の設定範囲は100-20000です.加減速時間の設定範囲は0-1000です.最大速度は最小速度以上の値に設定する必要があります.速度の設定は100[PPS]単位で行う必要があります.
```python
spd_min = 500 #最小速度[PPS]
spd_max = 5000 #最大速度[PPS]
Expand Down

0 comments on commit c6fc056

Please sign in to comment.