motor response is slower than the drigital output
driver.
step_size (float) approximate step size in meters
-
+ backlash (int) generous estimate of backlash in half-steps
>>> from pycomedi.device import Device
>>> from pycomedi.channel import DigitalChannel
>>> device.close()
"""
def __init__(self, write, full_step=True, logic=True, delay=1e-5,
- step_size=170e-9):
+ step_size=170e-9, backlash=100):
self._write = write
self.full_step = full_step
self.logic = logic
self.delay = delay
self.step_size = step_size
+ self.backlash = backlash
self.port_values = [1, # binary ---1 setup for logic == True
5, # binary -1-1
4, # binary -1--