Missed some import path names
This commit is contained in:
@@ -3,7 +3,7 @@ import time
|
|||||||
|
|
||||||
def reread_limits_from_hw(motor):
|
def reread_limits_from_hw(motor):
|
||||||
"""
|
"""
|
||||||
sinqAxis motors usually read their limits from the hardware at each poll,
|
sinqMotor drivers usually read their limits from the hardware at each poll,
|
||||||
hence any values manually written to DHLM or DLLM should be overwritten
|
hence any values manually written to DHLM or DLLM should be overwritten
|
||||||
after the next poll at latest
|
after the next poll at latest
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Run a selection of common tests
|
# Run a selection of common tests
|
||||||
|
|
||||||
from tests.move import *
|
from tests.move import *
|
||||||
from tests.sinqAxis.limits import *
|
from tests.sinqMotor.limits import *
|
||||||
from tests.sinqAxis.turboPmac.rot1.conftest import reset
|
from tests.sinqMotor.turboPmac.rot1.conftest import reset
|
||||||
|
|
||||||
|
|
||||||
# def test_move_to_low_limit_switch(motor):
|
# def test_move_to_low_limit_switch(motor):
|
||||||
|
|||||||
Reference in New Issue
Block a user