MCPcopy Create free account
hub / github.com/LabPy/lantz / stop

Method stop

lantz/drivers/olympus/ixbx.py:188–195  ·  view source on GitHub ↗

Stop any currently executing motion

(self)

Source from the content-addressed store, hash-verified

186 self.query('2MOV D {:d}'.format(value))
187
188 def stop(self):
189 """Stop any currently executing motion
190 """
191
192 # Stop any currently executing motion. Always responds with 2STOP +.
193 # If there is a 2MOV command in progress,
194 # it also aborts and returns an error condition with 2MOV !,E02133.
195 self.query('2STOP')
196
197 def init_origin(self):
198 """Init origin

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected