Script execution
This commit is contained in:
@@ -172,6 +172,7 @@ def set_pol_cminus(offset = None, timeout = -1):
|
||||
pol_done.waitValue("DONE",timeout)
|
||||
|
||||
def set_pol_lin(angle, offset = None, timeout = -1):
|
||||
timeout = timeout *1000 if timeout>0 else timeout
|
||||
pol_mode.write("LINEAR")
|
||||
pol_angle.write(float(angle))
|
||||
if offset is not None:
|
||||
|
||||
Reference in New Issue
Block a user