forked from M-Labs/artiq
suservo: work around #1007
This commit is contained in:
parent
9a86dfe70d
commit
fcd12e3472
|
@ -42,7 +42,7 @@ class SUServo(EnvExperiment):
|
||||||
assert self.suservo0.get_status() & 0xff == 2
|
assert self.suservo0.get_status() & 0xff == 2
|
||||||
|
|
||||||
# set up profile 0 on channel 0:
|
# set up profile 0 on channel 0:
|
||||||
delay(100*us)
|
delay(120*us)
|
||||||
self.suservo0_ch0.set_y(
|
self.suservo0_ch0.set_y(
|
||||||
profile=0,
|
profile=0,
|
||||||
y=0. # clear integrator
|
y=0. # clear integrator
|
||||||
|
|
Loading…
Reference in New Issue