Added method to zero positions
This commit is contained in:
parent
57832f94a8
commit
18a4a9e560
1 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,10 @@ class Sangaboard(ExtensibleSerialInstrument):
|
||||||
"""De-energise the stepper motor coils"""
|
"""De-energise the stepper motor coils"""
|
||||||
self.query("release")
|
self.query("release")
|
||||||
|
|
||||||
|
def zero(self):
|
||||||
|
"""Zero the stored motor positions"""
|
||||||
|
self.query("zero")
|
||||||
|
|
||||||
def move_abs(self, final, **kwargs):
|
def move_abs(self, final, **kwargs):
|
||||||
"""Make an absolute move to a position
|
"""Make an absolute move to a position
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue